Blame SOURCES/kvm-iotests-222-Don-t-run-with-luks.patch

357786
From cd3796e20a98a0a6274514005bec886e291b1984 Mon Sep 17 00:00:00 2001
357786
From: John Snow <jsnow@redhat.com>
357786
Date: Wed, 18 Jul 2018 22:54:54 +0200
357786
Subject: [PATCH 69/89] iotests: 222: Don't run with luks
357786
357786
RH-Author: John Snow <jsnow@redhat.com>
357786
Message-id: <20180718225511.14878-19-jsnow@redhat.com>
357786
Patchwork-id: 81422
357786
O-Subject: [RHEL-7.6 qemu-kvm-rhev PATCH 18/35] iotests: 222: Don't run with luks
357786
Bugzilla: 1207657
357786
RH-Acked-by: Eric Blake <eblake@redhat.com>
357786
RH-Acked-by: Stefan Hajnoczi <stefanha@redhat.com>
357786
RH-Acked-by: Fam Zheng <famz@redhat.com>
357786
357786
From: Fam Zheng <famz@redhat.com>
357786
357786
Luks needs special parameters to operate the image. Since this test is
357786
focusing on image fleecing, skip skip that format.
357786
357786
Signed-off-by: Fam Zheng <famz@redhat.com>
357786
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
357786
(cherry picked from commit e79c4cd1909c05a2cab6517a9c00445bd2d880a6)
357786
Signed-off-by: John Snow <jsnow@redhat.com>
357786
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
357786
---
357786
 tests/qemu-iotests/222 | 2 ++
357786
 1 file changed, 2 insertions(+)
357786
357786
diff --git a/tests/qemu-iotests/222 b/tests/qemu-iotests/222
357786
index ff3bfc1..0ead56d 100644
357786
--- a/tests/qemu-iotests/222
357786
+++ b/tests/qemu-iotests/222
357786
@@ -25,6 +25,8 @@ import iotests
357786
 from iotests import log, qemu_img, qemu_io, qemu_io_silent
357786
 
357786
 iotests.verify_platform(['linux'])
357786
+iotests.verify_image_format(supported_fmts=['qcow2', 'qcow', 'qed', 'vmdk',
357786
+                                            'vhdx', 'raw'])
357786
 
357786
 patterns = [("0x5d", "0",         "64k"),
357786
             ("0xd5", "1M",        "64k"),
357786
-- 
357786
1.8.3.1
357786