Changeset 86533 in vbox for trunk/src/VBox/ValidationKit/tests
- Timestamp:
- Oct 12, 2020 6:46:14 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/storage/tdStorageBenchmark1.py
r85159 r86533 570 570 self.asDiskVariantsDef = ['Dynamic', 'Fixed', 'DynamicSplit2G', 'FixedSplit2G', 'Network']; 571 571 self.asDiskVariants = self.asDiskVariantsDef; 572 self.asTestsDef = ['io zone', 'fio', 'ioperf'];572 self.asTestsDef = ['ioperf']; 573 573 self.asTests = self.asTestsDef; 574 574 self.asTestSetsDef = ['Fast', 'Functionality', 'Benchmark', 'Stress'];
Note:
See TracChangeset
for help on using the changeset viewer.