This test uses blkdebug extensively so notrun it if blkdebug is
disabled in QEMU.

Signed-off-by: Roman Kagan <rka...@virtuozzo.com>
---
 tests/qemu-iotests/030 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/qemu-iotests/030 b/tests/qemu-iotests/030
index 6b20ff005e..ac96331899 100755
--- a/tests/qemu-iotests/030
+++ b/tests/qemu-iotests/030
@@ -843,4 +843,5 @@ class TestSetSpeed(iotests.QMPTestCase):
         self.cancel_and_wait(resume=True)
 
 if __name__ == '__main__':
+    iotests.require_formats('blkdebug')
     iotests.main(supported_fmts=['qcow2', 'qed'])
-- 
2.14.3


Reply via email to