Changeset 74430 in vbox
- Timestamp:
- Sep 24, 2018 6:49:25 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/storage/tdStorageBenchmark1.py
r71180 r74430 1094 1094 oSession = self.openSession(oVM); 1095 1095 if oSession is not None: 1096 # 1097 # Disable audio controller which shares the interrupt line with the BusLogic controller and is suspected to cause 1098 # rare test failures because the device initialization fails. 1099 # 1100 fRc = oSession.setupAudio(vboxcon.AudioControllerType_AC97, False); 1096 1101 # Attach HD 1097 fRc = oSession.ensureControllerAttached(_ControllerTypeToName(eStorageController));1102 fRc = fRc and oSession.ensureControllerAttached(_ControllerTypeToName(eStorageController)); 1098 1103 fRc = fRc and oSession.setStorageControllerType(eStorageController, _ControllerTypeToName(eStorageController)); 1099 1104
Note:
See TracChangeset
for help on using the changeset viewer.