Changeset 64542 in vbox for trunk/src/VBox/ValidationKit/tests/installation/tdGuestOsInstTest1.py
- Timestamp:
- Nov 3, 2016 7:50:34 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/installation/tdGuestOsInstTest1.py
r62484 r64542 54 54 55 55 ## @name The primary controller, to which the disk will be attached. 56 ## @{ 56 57 ksScsiController = 'SCSI Controller' 57 58 ksSataController = 'SATA Controller' 58 59 ksIdeController = 'IDE Controller' 60 ## @} 59 61 60 62 ## @name VM option flags (OR together). … … 75 77 ## Install ISO path relative to the testrsrc root. 76 78 ksIsoPathBase = os.path.join('4.2', 'isos'); 79 77 80 78 81 def __init__(self, oSet, sVmName, sKind, sInstallIso, sHdCtrlNm, cGbHdd, fFlags): … … 111 114 return fRc; 112 115 113 def getReconfiguredVm(self, oTestDrv, cCpus, sVirtMode, sParavirtMode =None):116 def getReconfiguredVm(self, oTestDrv, cCpus, sVirtMode, sParavirtMode = None): 114 117 # 115 118 # Do the standard reconfig in the base class first, it'll figure out
Note:
See TracChangeset
for help on using the changeset viewer.