iotests: 222: Don't run with luks
authorFam Zheng <famz@redhat.com>
Tue, 10 Jul 2018 09:38:02 +0000 (17:38 +0800)
committerKevin Wolf <kwolf@redhat.com>
Tue, 10 Jul 2018 09:55:11 +0000 (11:55 +0200)
Luks needs special parameters to operate the image. Since this test is
focusing on image fleecing, skip skip that format.

Signed-off-by: Fam Zheng <famz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
tests/qemu-iotests/222

index ff3bfc147018e550d3bd3d369eeffc4d53976b47..0ead56d574afba0c261c4aa5c08ef347407c191d 100644 (file)
@@ -25,6 +25,8 @@ import iotests
 from iotests import log, qemu_img, qemu_io, qemu_io_silent
 
 iotests.verify_platform(['linux'])
+iotests.verify_image_format(supported_fmts=['qcow2', 'qcow', 'qed', 'vmdk',
+                                            'vhdx', 'raw'])
 
 patterns = [("0x5d", "0",         "64k"),
             ("0xd5", "1M",        "64k"),