Changeset 59608 in vbox for trunk/src/VBox/ValidationKit/tests/installation
- Timestamp:
- Feb 8, 2016 8:19:07 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/installation/tdGuestOsInstTest1.py
r59607 r59608 141 141 fRc = fRc and oSession.setStorageControllerType(vboxcon.StorageControllerType_IntelAhci, 142 142 self.sHddControllerType); 143 elif self.ksScsiController: 143 fRc = fRc and oSession.setStorageControllerPortCount(self.sHddControllerType, 1); 144 elif self.sHddControllerType == self.ksScsiController: 144 145 fRc = fRc and oSession.setStorageControllerType(vboxcon.StorageControllerType_LsiLogic, 145 146 self.sHddControllerType); 146 else:147 fRc = fRc and oSession.setStorageControllerPortCount(self.sHddControllerType, 1);148 147 try: 149 148 sHddPath = os.path.join(os.path.dirname(oVM.settingsFilePath),
Note:
See TracChangeset
for help on using the changeset viewer.