Re: [Qemu-devel] [PATCH 08/17] iotest 056: skip testcases using blkdebug if disabled

2018-05-30 Thread Max Reitz
On 2018-04-26 18:19, Roman Kagan wrote: > Signed-off-by: Roman Kagan > --- > tests/qemu-iotests/056 | 3 +++ > 1 file changed, 3 insertions(+) TestBeforeWriteNotifier uses blkdebug (and null-co) in its setUp function. Maybe you just want to skip the whole test if blkdebug is disabled. Then aga

[Qemu-devel] [PATCH 08/17] iotest 056: skip testcases using blkdebug if disabled

2018-04-26 Thread Roman Kagan
Signed-off-by: Roman Kagan --- tests/qemu-iotests/056 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/qemu-iotests/056 b/tests/qemu-iotests/056 index 223292175a..ff40313851 100755 --- a/tests/qemu-iotests/056 +++ b/tests/qemu-iotests/056 @@ -230,6 +230,9 @@ class BackupTest(iotests.Q