VirtualBox

Ignore:
Timestamp:
Mar 2, 2020 10:28:23 AM (5 years ago)
Author:
vboxsync
Message:

bugref:9662. spb env for testboxscript

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testboxscript/testboxscript_real.py

    r83047 r83183  
    10131013                          dest = "asEnvVars", default = [],
    10141014                          help = "Sets an environment variable. Can be repeated.");
     1015        def sbp_callback(option, opt_str, value, parser):
     1016            _, _, _ = opt_str, value, option
     1017            parser.values.sTestManagerUrl = 'http://10.162.100.8/testmanager/'
     1018            parser.values.sBuildsServerName = 'vbox-st02.ru.oracle.com'
     1019            parser.values.sTestRsrcServerName = 'vbox-st02.ru.oracle.com'
     1020            parser.values.sTestRsrcServerShare = 'scratch/data/testrsrc'
     1021        parser.add_option("--spb", "--load-sbp-defaults", action="callback", callback=sbp_callback,
     1022                          help="Load defaults for the sbp setup.")
    10151023
    10161024        (oOptions, args) = parser.parse_args()
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