diff --git a/qemu/tests/cfg/virtio_storage_in_use.cfg b/qemu/tests/cfg/virtio_storage_in_use.cfg index f17e72762bcd9deac29a25ffdbbe5ca9f111696d..5aa88adc2e6ec0817c0a090f03d80278decce372 100644 --- a/qemu/tests/cfg/virtio_storage_in_use.cfg +++ b/qemu/tests/cfg/virtio_storage_in_use.cfg @@ -50,12 +50,14 @@ remove_image_stg = yes variants: - with_block: + only virtio_blk driver_name = viostor drive_format = virtio iozone_cmd = "WIN_UTILS:\Iozone\iozone.exe -azR -r 64k -n 1G -g 2G -M -i 0 -i 1 -b iozone.xls -f ${disk_letter}:\testfile" iozone_timeout = 7200 wait_bg_time = 180 - with_vioscsi: + only virtio_scsi driver_name = vioscsi drive_format = scsi-hd iozone_cmd = "WIN_UTILS:\Iozone\iozone.exe -azR -r 64k -n 1G -g 2G -M -i 0 -i 1 -b iozone.xls -f ${disk_letter}:\testfile"