- Timestamp:
- May 4, 2017 8:56:02 AM (7 years ago)
- Location:
- trunk/src/VBox/ValidationKit/testboxscript
- Files:
-
- 2 edited
-
setup.sh (modified) (1 diff)
-
testboxscript_real.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testboxscript/setup.sh
r64677 r66773 378 378 TESTBOXSCRIPT_TESTRSRC_PATH="" 379 379 TESTBOXSCRIPT_TESTRSRC_TYPE="cifs" 380 TESTBOXSCRIPT_TESTRSRC_NAME=" solserv.de.oracle.com"380 TESTBOXSCRIPT_TESTRSRC_NAME="teststor.de.oracle.com" 381 381 TESTBOXSCRIPT_TESTRSRC_SHARE="testrsrc" 382 382 TESTBOXSCRIPT_TESTRSRC_USER="guestr" -
trunk/src/VBox/ValidationKit/testboxscript/testboxscript_real.py
r66259 r66773 933 933 help='The type of server, cifs or nfs. If empty (default), we won\'t try mount anything.'); 934 934 parser.add_option('--' + sLower + '-server-name', 935 dest=sPrefix + 'ServerName', metavar='<server>', default='solserv.de.oracle.com', 935 dest=sPrefix + 'ServerName', metavar='<server>', 936 default='solserv.de.oracle.com' if sLower == 'builds' else 'teststor.de.oracle.com', 936 937 help='The name of the server with the builds.'); 937 938 parser.add_option('--' + sLower + '-server-share',
Note:
See TracChangeset
for help on using the changeset viewer.

