Changeset 70657 in vbox for trunk/src/VBox/ValidationKit/tests/installation
- Timestamp:
- Jan 20, 2018 7:02:11 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 120393
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/installation/tdGuestOsInstTest1.py
r69111 r70657 81 81 82 82 def __init__(self, oSet, sVmName, sKind, sInstallIso, sHdCtrlNm, cGbHdd, fFlags): 83 vboxtestvms.TestVm.__init__(self, oSet, sVmName, sKind = sKind, sHddControllerType = sHdCtrlNm,83 vboxtestvms.TestVm.__init__(self, sVmName, oSet = oSet, sKind = sKind, sHddControllerType = sHdCtrlNm, 84 84 fRandomPvPMode = (fFlags & self.kfNoWin81Paravirt) == 0); 85 85 self.sDvdImage = os.path.join(self.ksIsoPathBase, sInstallIso);
Note:
See TracChangeset
for help on using the changeset viewer.