Changeset 62209 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- Jul 13, 2016 6:55:54 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 108717
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/storage/tdStorageBenchmark1.py
r62208 r62209 672 672 673 673 for sVirtMode in self.asVirtModes: 674 if sVirtMode == 'raw' and cCpus > 1:674 if sVirtMode == 'raw' and (cCpus > 1 or sVmName == 'tst-storage'): 675 675 continue; 676 676 hsVirtModeDesc = {};
Note:
See TracChangeset
for help on using the changeset viewer.