Changeset 62254 in vbox
- Timestamp:
- Jul 14, 2016 1:30:47 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/storage/tdStorageBenchmark1.py
r62210 r62254 636 636 eStorageCtrl = vboxcon.StorageControllerType_LsiLogic; 637 637 elif sStorageCtrl == 'BusLogic': 638 if sVmName == 'tst-storage': # Broken for 64bit Linux 639 continue; 638 640 eStorageCtrl = vboxcon.StorageControllerType_BusLogic; 639 641 elif sStorageCtrl == 'NVMe':
Note:
See TracChangeset
for help on using the changeset viewer.