VirtualBox

Changeset 62209 in vbox for trunk/src/VBox/ValidationKit


Ignore:
Timestamp:
Jul 13, 2016 6:55:54 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
108717
Message:

VaildationKit/storage: Don't test raw mode for tst-storage as it is a 64-bit VM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/storage/tdStorageBenchmark1.py

    r62208 r62209  
    672672
    673673                        for sVirtMode in self.asVirtModes:
    674                             if sVirtMode == 'raw' and cCpus > 1:
     674                            if sVirtMode == 'raw' and (cCpus > 1 or sVmName == 'tst-storage'):
    675675                                continue;
    676676                            hsVirtModeDesc = {};
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette