Changeset 95094 in vbox
- Timestamp:
- May 25, 2022 11:46:01 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/autostart/tdAutostart1.py
r93115 r95094 2 2 # -*- coding: utf-8 -*- 3 3 """ 4 Autostart testcase using .4 Autostart testcase using <please-tell-what-I-am-doing>. 5 5 """ 6 6 … … 1364 1364 Execute the testcase. 1365 1365 """ 1366 return self.oTestVmSet.actionExecute(self, self.testAutostartOne Vfg)1366 return self.oTestVmSet.actionExecute(self, self.testAutostartOneCfg) 1367 1367 1368 1368 # 1369 1369 # Test execution helpers. 1370 1370 # 1371 def testAutostartOne Vfg(self, oVM, oTestVm):1371 def testAutostartOneCfg(self, oVM, oTestVm): 1372 1372 # Reconfigure the VM 1373 1373 fRc = True;
Note:
See TracChangeset
for help on using the changeset viewer.