-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use mvn properties instead of propfile for the winrm test system
Route maven properties as system properties via maven-surefire-plugin into the wsman/winrm tests. Disable usage of config.properties file for the time being.
- Loading branch information
Showing
6 changed files
with
63 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,14 @@ | ||
# wsman4j | ||
WS-Management java binding | ||
|
||
# Running tests | ||
|
||
Set up the appropriate WinRM test system by running setupWinRM.bat on it. | ||
Run maven using the appropriate properties to reach the WinRM test system | ||
|
||
mvn -Dwinrm.test.host=test-host \ | ||
-Dwinrm.test.user=TestUser \ | ||
-Dwinrm.test.pass=somePass \ | ||
test | ||
|
||
TODO: don't use passwords on command-line etc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters