Changeset 70962 in vbox for trunk/src/VBox/ValidationKit/tests
- Timestamp:
- Feb 11, 2018 12:06:42 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/storage/tdStorageBenchmark1.py
r70922 r70962 489 489 self.asHostIoCacheDef = ['default', 'hostiocache', 'no-hostiocache']; 490 490 self.asHostIoCache = self.asHostIoCacheDef; 491 # TODO: reinstate the full list, but right now QCOW causes trouble 492 #self.asDiskFormatsDef = ['VDI', 'VMDK', 'VHD', 'QED', 'Parallels', 'QCOW', 'iSCSI']; 491 self.asDiskFormatsDef = ['VDI', 'VMDK', 'VHD', 'QED', 'Parallels', 'QCOW', 'iSCSI']; 493 492 self.asDiskFormatsDef = ['VDI', 'VMDK', 'VHD', 'QED', 'Parallels', 'iSCSI']; 494 493 self.asDiskFormats = self.asDiskFormatsDef;
Note:
See TracChangeset
for help on using the changeset viewer.