[PATCH v3] iotests: Add more "skip_if_unsupported" statements to the python tests

2020-01-14 Thread Thomas Huth
The python code already contains a possibility to skip tests if the corresponding driver is not available in the qemu binary - use it in more spots to avoid that the tests are failing if the driver has been disabled. While we're at it, we can now also remove some of the old checks that were using

Re: [PATCH v3] iotests: Add more "skip_if_unsupported" statements to the python tests

2020-01-14 Thread Kevin Wolf
Am 14.01.2020 um 15:02 hat Thomas Huth geschrieben: > The python code already contains a possibility to skip tests if the > corresponding driver is not available in the qemu binary - use it > in more spots to avoid that the tests are failing if the driver has > been disabled. > > While we're at it