Changeset 78957 in vbox
- Timestamp:
- Jun 4, 2019 8:46:02 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vboxtestvms.py
r78831 r78957 1110 1110 self.asVirtModesDef = asVirtModes; 1111 1111 self.asVirtModes = asVirtModes; 1112 self.aoTestVms = [] ;1112 self.aoTestVms = [] # type: list(BaseTestVm) 1113 1113 self.fIgnoreSkippedVm = fIgnoreSkippedVm; 1114 1114 self.asParavirtModes = None; ##< If None, use the first PV mode of the test VM, otherwise all modes in this list.
Note:
See TracChangeset
for help on using the changeset viewer.