summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorFam Zheng <famz@redhat.com>2018-07-10 17:38:02 +0800
committerKevin Wolf <kwolf@redhat.com>2018-07-10 11:55:11 +0200
commite79c4cd1909c05a2cab6517a9c00445bd2d880a6 (patch)
tree58c04b0b176411d5670a908e7621e0fa61e8b579
parentb0ddcbbb36a66a605eb232b905cb49b1cc72e74e (diff)
downloadfocaccia-qemu-e79c4cd1909c05a2cab6517a9c00445bd2d880a6.tar.gz
focaccia-qemu-e79c4cd1909c05a2cab6517a9c00445bd2d880a6.zip
iotests: 222: Don't run with luks
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>
-rw-r--r--tests/qemu-iotests/2222
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/qemu-iotests/222 b/tests/qemu-iotests/222
index ff3bfc1470..0ead56d574 100644
--- a/tests/qemu-iotests/222
+++ b/tests/qemu-iotests/222
@@ -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"),