Changeset 83183 in vbox for trunk/src/VBox/ValidationKit/testboxscript
- Timestamp:
- Mar 2, 2020 10:28:23 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testboxscript/testboxscript_real.py
r83047 r83183 1013 1013 dest = "asEnvVars", default = [], 1014 1014 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.") 1015 1023 1016 1024 (oOptions, args) = parser.parse_args()
Note:
See TracChangeset
for help on using the changeset viewer.