Changeset 97673 in vbox for trunk/src/VBox/ValidationKit/tests/autostart/tdAutostart1.py
- Timestamp:
- Nov 24, 2022 11:46:15 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/autostart/tdAutostart1.py
r96407 r97673 1318 1318 oSet.aoTestVms.extend([oTestVm for oTestVm in self.asTestVmClasses.values() if oTestVm is not None]); 1319 1319 sOs = self.getBuildOs(); 1320 if sOs in self.asTestVmClasses .keys():1320 if sOs in self.asTestVmClasses: 1321 1321 for oTestVM in oSet.aoTestVms: 1322 1322 if oTestVM is not None:
Note:
See TracChangeset
for help on using the changeset viewer.