Blame SOURCES/kvm-qemu-iotests-exclude-vxhs-from-image-creation-via-pr.patch

76daa3
From ccbfd8b91d5ec11175259b441d1e059cc2467b0a Mon Sep 17 00:00:00 2001
76daa3
From: Jeffrey Cody <jcody@redhat.com>
76daa3
Date: Mon, 8 May 2017 22:11:15 +0200
76daa3
Subject: [PATCH 5/7] qemu-iotests: exclude vxhs from image creation via
76daa3
 protocol
76daa3
76daa3
RH-Author: Jeffrey Cody <jcody@redhat.com>
76daa3
Message-id: <0a01e88aa5e64a728be5072fc5294649ebebf455.1494281291.git.jcody@redhat.com>
76daa3
Patchwork-id: 75048
76daa3
O-Subject: [RHEV-7.4 qemu-kvm-rhev 3/4] qemu-iotests: exclude vxhs from image creation via protocol
76daa3
Bugzilla: 1265869
76daa3
RH-Acked-by: Stefan Hajnoczi <stefanha@redhat.com>
76daa3
RH-Acked-by: Laurent Vivier <lvivier@redhat.com>
76daa3
RH-Acked-by: Miroslav Rezanina <mrezanin@redhat.com>
76daa3
76daa3
The protocol VXHS does not support image creation.  Some tests expect
76daa3
to be able to create images through the protocol.  Exclude VXHS from
76daa3
these tests.
76daa3
76daa3
Signed-off-by: Jeff Cody <jcody@redhat.com>
76daa3
(cherry picked from commit a98f49f46abb2034277633405479a4ab790c381e)
76daa3
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
76daa3
---
76daa3
 tests/qemu-iotests/017 | 1 +
76daa3
 tests/qemu-iotests/020 | 1 +
76daa3
 tests/qemu-iotests/029 | 1 +
76daa3
 tests/qemu-iotests/073 | 1 +
76daa3
 tests/qemu-iotests/114 | 1 +
76daa3
 tests/qemu-iotests/130 | 1 +
76daa3
 tests/qemu-iotests/134 | 1 +
76daa3
 tests/qemu-iotests/156 | 1 +
76daa3
 tests/qemu-iotests/158 | 1 +
76daa3
 9 files changed, 9 insertions(+)
76daa3
76daa3
diff --git a/tests/qemu-iotests/017 b/tests/qemu-iotests/017
76daa3
index e3f9e75..4f9302d 100755
76daa3
--- a/tests/qemu-iotests/017
76daa3
+++ b/tests/qemu-iotests/017
76daa3
@@ -41,6 +41,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
76daa3
 # Any format supporting backing files
76daa3
 _supported_fmt qcow qcow2 vmdk qed
76daa3
 _supported_proto generic
76daa3
+_unsupported_proto vxhs
76daa3
 _supported_os Linux
76daa3
 _unsupported_imgopts "subformat=monolithicFlat" "subformat=twoGbMaxExtentFlat"
76daa3
 
76daa3
diff --git a/tests/qemu-iotests/020 b/tests/qemu-iotests/020
76daa3
index 9c4a68c..7a11110 100755
76daa3
--- a/tests/qemu-iotests/020
76daa3
+++ b/tests/qemu-iotests/020
76daa3
@@ -43,6 +43,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
76daa3
 # Any format supporting backing files
76daa3
 _supported_fmt qcow qcow2 vmdk qed
76daa3
 _supported_proto generic
76daa3
+_unsupported_proto vxhs
76daa3
 _supported_os Linux
76daa3
 _unsupported_imgopts "subformat=monolithicFlat" \
76daa3
                      "subformat=twoGbMaxExtentFlat" \
76daa3
diff --git a/tests/qemu-iotests/029 b/tests/qemu-iotests/029
76daa3
index e639ac0..30bab24 100755
76daa3
--- a/tests/qemu-iotests/029
76daa3
+++ b/tests/qemu-iotests/029
76daa3
@@ -42,6 +42,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
76daa3
 # Any format supporting intenal snapshots
76daa3
 _supported_fmt qcow2
76daa3
 _supported_proto generic
76daa3
+_unsupported_proto vxhs
76daa3
 _supported_os Linux
76daa3
 # Internal snapshots are (currently) impossible with refcount_bits=1
76daa3
 _unsupported_imgopts 'refcount_bits=1[^0-9]'
76daa3
diff --git a/tests/qemu-iotests/073 b/tests/qemu-iotests/073
76daa3
index ad37a61..40f85b1 100755
76daa3
--- a/tests/qemu-iotests/073
76daa3
+++ b/tests/qemu-iotests/073
76daa3
@@ -39,6 +39,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
76daa3
 
76daa3
 _supported_fmt qcow2
76daa3
 _supported_proto generic
76daa3
+_unsupported_proto vxhs
76daa3
 _supported_os Linux
76daa3
 
76daa3
 CLUSTER_SIZE=64k
76daa3
diff --git a/tests/qemu-iotests/114 b/tests/qemu-iotests/114
76daa3
index f110d4f..5b7dc54 100755
76daa3
--- a/tests/qemu-iotests/114
76daa3
+++ b/tests/qemu-iotests/114
76daa3
@@ -39,6 +39,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
76daa3
 
76daa3
 _supported_fmt qcow2
76daa3
 _supported_proto generic
76daa3
+_unsupported_proto vxhs
76daa3
 _supported_os Linux
76daa3
 
76daa3
 
76daa3
diff --git a/tests/qemu-iotests/130 b/tests/qemu-iotests/130
76daa3
index ecc8a5b..f941fc9 100755
76daa3
--- a/tests/qemu-iotests/130
76daa3
+++ b/tests/qemu-iotests/130
76daa3
@@ -42,6 +42,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
76daa3
 
76daa3
 _supported_fmt qcow2
76daa3
 _supported_proto generic
76daa3
+_unsupported_proto vxhs
76daa3
 _supported_os Linux
76daa3
 
76daa3
 qemu_comm_method="monitor"
76daa3
diff --git a/tests/qemu-iotests/134 b/tests/qemu-iotests/134
76daa3
index af618b8..acce946 100755
76daa3
--- a/tests/qemu-iotests/134
76daa3
+++ b/tests/qemu-iotests/134
76daa3
@@ -39,6 +39,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
76daa3
 
76daa3
 _supported_fmt qcow2
76daa3
 _supported_proto generic
76daa3
+_unsupported_proto vxhs
76daa3
 _supported_os Linux
76daa3
 
76daa3
 
76daa3
diff --git a/tests/qemu-iotests/156 b/tests/qemu-iotests/156
76daa3
index cc95ff1..78deaff 100755
76daa3
--- a/tests/qemu-iotests/156
76daa3
+++ b/tests/qemu-iotests/156
76daa3
@@ -48,6 +48,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
76daa3
 
76daa3
 _supported_fmt qcow2 qed
76daa3
 _supported_proto generic
76daa3
+_unsupported_proto vxhs
76daa3
 _supported_os Linux
76daa3
 
76daa3
 # Create source disk
76daa3
diff --git a/tests/qemu-iotests/158 b/tests/qemu-iotests/158
76daa3
index a6cdd6d..ef8d70f 100755
76daa3
--- a/tests/qemu-iotests/158
76daa3
+++ b/tests/qemu-iotests/158
76daa3
@@ -39,6 +39,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
76daa3
 
76daa3
 _supported_fmt qcow2
76daa3
 _supported_proto generic
76daa3
+_unsupported_proto vxhs
76daa3
 _supported_os Linux
76daa3
 
76daa3
 
76daa3
-- 
76daa3
1.8.3.1
76daa3