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