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