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

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