On 02.12.19 11:10, Thomas Huth wrote: > We are going to enable 127 in the "auto" group, but it only works if > virtio-scsi and scsi-hd are available - which is not the case with > QEMU binaries like qemu-system-tricore for example, so we need a > proper check for the availability of these devices here. > > A very similar problem exists in iotest 267 - it has been added to > the "auto" group already, but requires virtio-blk and thus currently > fails with qemu-system-tricore for example. Let's also add aproper > check there. > > Signed-off-by: Thomas Huth > --- > tests/qemu-iotests/127 | 2 ++ > tests/qemu-iotests/267 | 2 ++ > tests/qemu-iotests/common.rc | 14 ++++++++++++++ > 3 files changed, 18 insertions(+) Reviewed-by: Max Reitz