VirtualBox

Ignore:
Timestamp:
Dec 19, 2019 2:55:38 PM (5 years ago)
Author:
vboxsync
Message:

ValidationKit/tdStorageBenchmark1: Add support for the VirtIO SCSI controller, bugref:9440

File:
1 edited

Legend:

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

    r80245 r82623  
    562562        self.acCpusDef               = [1, 2];
    563563        self.acCpus                  = self.acCpusDef;
    564         self.asStorageCtrlsDef       = ['AHCI', 'IDE', 'LsiLogicSAS', 'LsiLogic', 'BusLogic', 'NVMe'];
     564        self.asStorageCtrlsDef       = ['AHCI', 'IDE', 'LsiLogicSAS', 'LsiLogic', 'BusLogic', 'NVMe', 'VirtIoScsi'];
    565565        self.asStorageCtrls          = self.asStorageCtrlsDef;
    566566        self.asHostIoCacheDef        = ['default', 'hostiocache', 'no-hostiocache'];
     
    951951        elif sStorageCtrl == 'NVMe':
    952952            eStorageCtrl = vboxcon.StorageControllerType_NVMe;
     953        elif sStorageCtrl == 'VirtIoScsi':
     954            eStorageCtrl = vboxcon.StorageControllerType_VirtioSCSI;
    953955
    954956        return eStorageCtrl;
     
    973975        if eStorageCtrl == vboxcon.StorageControllerType_NVMe:
    974976            return ('nvme', False);
     977        if eStorageCtrl == vboxcon.StorageControllerType_VirtioSCSI:
     978            return ('virtio-scsi', True);
    975979
    976980        return ('<invalid>', False);
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