VirtualBox

Ignore:
Timestamp:
Oct 7, 2024 1:38:48 PM (5 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
165013
Message:

ValidationKit/testboxscript: change default builds server

Location:
trunk/src/VBox/ValidationKit/testboxscript
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testboxscript/setup.sh

    r106061 r106225  
    563563TESTBOXSCRIPT_DEFAULT_BUILDS_PATH=""
    564564TESTBOXSCRIPT_DEFAULT_BUILDS_TYPE="cifs"
    565 TESTBOXSCRIPT_DEFAULT_BUILDS_NAME="vboxstor.de.oracle.com"
     565TESTBOXSCRIPT_DEFAULT_BUILDS_NAME="10.165.98.144"
    566566TESTBOXSCRIPT_DEFAULT_BUILDS_SHARE="builds"
    567567TESTBOXSCRIPT_DEFAULT_BUILDS_USER="guestr"
     
    601601
    602602# Storage server replacement trick.
    603 if [ "${TESTBOXSCRIPT_BUILDS_NAME}" = "solserv.de.oracle.com" ]; then
     603if [ "${TESTBOXSCRIPT_BUILDS_NAME}" = "vboxstor.de.oracle.com" ]; then
    604604    TESTBOXSCRIPT_BUILDS_NAME=${TESTBOXSCRIPT_DEFAULT_BUILDS_NAME}
    605605fi
  • trunk/src/VBox/ValidationKit/testboxscript/testboxscript_real.py

    r106061 r106225  
    970970            parser.add_option('--' + sLower + '-server-name',
    971971                              dest=sPrefix + 'ServerName',   metavar='<server>',
    972                               default='vboxstor.de.oracle.com' if sLower == 'builds' else 'teststor.de.oracle.com',
     972                              default='10.165.98.144' if sLower == 'builds' else 'teststor.de.oracle.com',
    973973                              help='The name of the server with the builds.');
    974974            parser.add_option('--' + sLower + '-server-share',
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette