Blame SOURCES/kvm-iotests-Add-test-for-qemu-img-convert-C-compatibilit.patch

ae23c9
From 74efb5d0cc7572ee21ee7457b6047fb49181b5b2 Mon Sep 17 00:00:00 2001
ae23c9
From: John Snow <jsnow@redhat.com>
ae23c9
Date: Thu, 17 Jan 2019 19:11:11 +0000
ae23c9
Subject: [PATCH 14/14] iotests: Add test for 'qemu-img convert -C'
ae23c9
 compatibility
ae23c9
ae23c9
RH-Author: John Snow <jsnow@redhat.com>
ae23c9
Message-id: <20190117191111.30782-3-jsnow@redhat.com>
ae23c9
Patchwork-id: 84042
ae23c9
O-Subject: [RHEL8/rhel qemu-kvm PATCH 2/2] iotests: Add test for 'qemu-img convert -C' compatibility
ae23c9
Bugzilla: 1623082
ae23c9
RH-Acked-by: Kevin Wolf <kwolf@redhat.com>
ae23c9
RH-Acked-by: Stefan Hajnoczi <stefanha@redhat.com>
ae23c9
RH-Acked-by: Laurent Vivier <lvivier@redhat.com>
ae23c9
ae23c9
From: Fam Zheng <famz@redhat.com>
ae23c9
ae23c9
Signed-off-by: Fam Zheng <famz@redhat.com>
ae23c9
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
ae23c9
(cherry picked from commit 8ba4f10fa689251facd483c3ee0ef4dd4e9bec53)
ae23c9
Signed-off-by: John Snow <jsnow@redhat.com>
ae23c9
Signed-off-by: Danilo C. L. de Paula <ddepaula@redhat.com>
ae23c9
---
ae23c9
 tests/qemu-iotests/082     |  8 ++++++++
ae23c9
 tests/qemu-iotests/082.out | 11 +++++++++++
ae23c9
 2 files changed, 19 insertions(+)
ae23c9
ae23c9
diff --git a/tests/qemu-iotests/082 b/tests/qemu-iotests/082
ae23c9
index a872f77..3e605d5 100755
ae23c9
--- a/tests/qemu-iotests/082
ae23c9
+++ b/tests/qemu-iotests/082
ae23c9
@@ -158,6 +158,14 @@ run_qemu_img convert -o help
ae23c9
 run_qemu_img convert -O bochs -o help
ae23c9
 
ae23c9
 echo
ae23c9
+echo === convert: -C and other options ===
ae23c9
+
ae23c9
+# Adding the help option to a command without other -o options
ae23c9
+run_qemu_img convert -C -S 4k -O $IMGFMT "$TEST_IMG" "$TEST_IMG".target
ae23c9
+run_qemu_img convert -C -S 8k -O $IMGFMT "$TEST_IMG" "$TEST_IMG".target
ae23c9
+run_qemu_img convert -C -c -O $IMGFMT "$TEST_IMG" "$TEST_IMG".target
ae23c9
+
ae23c9
+echo
ae23c9
 echo === amend: Options specified more than once ===
ae23c9
 
ae23c9
 # Last -f should win
ae23c9
diff --git a/tests/qemu-iotests/082.out b/tests/qemu-iotests/082.out
ae23c9
index 60ef87c..19e9fb1 100644
ae23c9
--- a/tests/qemu-iotests/082.out
ae23c9
+++ b/tests/qemu-iotests/082.out
ae23c9
@@ -508,6 +508,17 @@ size             Virtual disk size
ae23c9
 Testing: convert -O bochs -o help
ae23c9
 qemu-img: Format driver 'bochs' does not support image creation
ae23c9
 
ae23c9
+=== convert: -C and other options ===
ae23c9
+
ae23c9
+Testing: convert -C -S 4k -O qcow2 TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.target
ae23c9
+qemu-img: Cannot enable copy offloading when -S is used
ae23c9
+
ae23c9
+Testing: convert -C -S 8k -O qcow2 TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.target
ae23c9
+qemu-img: Cannot enable copy offloading when -S is used
ae23c9
+
ae23c9
+Testing: convert -C -c -O qcow2 TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.target
ae23c9
+qemu-img: Cannot enable copy offloading when -c is used
ae23c9
+
ae23c9
 === amend: Options specified more than once ===
ae23c9
 
ae23c9
 Testing: amend -f foo -f qcow2 -o lazy_refcounts=on TEST_DIR/t.qcow2
ae23c9
-- 
ae23c9
1.8.3.1
ae23c9