Re: [Qemu-devel] [PATCH 3/4] iotests: Test driver whitelisting in 093

2019-05-17 Thread Max Reitz
On 17.05.19 13:00, Kevin Wolf wrote: > Am 17.05.2019 um 11:56 hat Max Reitz geschrieben: >> null-aio may not be whitelisted. If it is not, fall back to null-co. >> This may run tests twice in the same configuration, but this is the >> simplest way to effectively skip the tests in setUp() (without

Re: [Qemu-devel] [PATCH 3/4] iotests: Test driver whitelisting in 093

2019-05-17 Thread Kevin Wolf
Am 17.05.2019 um 11:56 hat Max Reitz geschrieben: > null-aio may not be whitelisted. If it is not, fall back to null-co. > This may run tests twice in the same configuration, but this is the > simplest way to effectively skip the tests in setUp() (without changing > the output, and while having th

[Qemu-devel] [PATCH 3/4] iotests: Test driver whitelisting in 093

2019-05-17 Thread Max Reitz
null-aio may not be whitelisted. If it is not, fall back to null-co. This may run tests twice in the same configuration, but this is the simplest way to effectively skip the tests in setUp() (without changing the output, and while having the respective driver in a class attribute). Signed-off-by: