VirtualBox

Changeset 62254 in vbox


Ignore:
Timestamp:
Jul 14, 2016 1:30:47 PM (8 years ago)
Author:
vboxsync
Message:

ValidationKit/storage: Don't use the buslogic emulation with the current 64bit test VM as the driver there is broken

File:
1 edited

Legend:

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

    r62210 r62254  
    636636                eStorageCtrl = vboxcon.StorageControllerType_LsiLogic;
    637637            elif sStorageCtrl == 'BusLogic':
     638                if sVmName == 'tst-storage': # Broken for 64bit Linux
     639                    continue;
    638640                eStorageCtrl = vboxcon.StorageControllerType_BusLogic;
    639641            elif sStorageCtrl == 'NVMe':
Note: See TracChangeset for help on using the changeset viewer.

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