[PATCH v4 4/6] iotests: Check for the availability of the required devices in 267 and 127

2019-12-02 Thread Thomas Huth
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

Re: [PATCH v4 4/6] iotests: Check for the availability of the required devices in 267 and 127

2020-01-20 Thread Max Reitz
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 h