This test uses blkdebug extensively so notrun it if blkdebug is
disabled in QEMU.
Signed-off-by: Roman Kagan <rkagan@virtuozzo.com>
---
tests/qemu-iotests/055 | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/qemu-iotests/055 b/tests/qemu-iotests/055
index 3a47aaa886..02ea3cb72d 100755
--- a/tests/qemu-iotests/055
+++ b/tests/qemu-iotests/055
@@ -575,4 +575,5 @@ class TestDriveCompression(iotests.QMPTestCase):
target='drive1')
if __name__ == '__main__':
+ iotests.require_formats('blkdebug')
iotests.main(supported_fmts=['raw', 'qcow2'])
--
2.14.3