Changeset 53580 in vbox for trunk/src/VBox/ValidationKit/tests/installation
- Timestamp:
- Dec 19, 2014 8:57:54 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/installation/tdGuestOsInstTest1.py
r53572 r53580 76 76 77 77 def __init__(self, oSet, sVmName, sKind, sInstallIso, sHdCtrlNm, cGbHdd, fFlags): 78 fUseParavirtProvider = True;79 if fFlags & self.kfNoWin81Paravirt:80 fUseParavirtProvider = False;81 78 vboxtestvms.TestVm.__init__(self, oSet, sVmName, sKind = sKind, sHddControllerType = sHdCtrlNm, 82 f UseParavirtProvider = fUseParavirtProvider); # pylint: disable=C030179 fRandomPvPMode = (fFlags & self.kfNoWin81Paravirt) != 0); 83 80 self.sDvdImage = os.path.join(self.ksIsoPathBase, sInstallIso); 84 81 self.cGbHdd = cGbHdd;
Note:
See TracChangeset
for help on using the changeset viewer.