summaryrefslogtreecommitdiffstats
path: root/tests/qemu-iotests/244.out
diff options
context:
space:
mode:
authorKevin Wolf2020-02-11 10:49:00 +0100
committerKevin Wolf2020-02-18 10:53:56 +0100
commita0cf8daf77548786ced84d773f06fc70571c5d38 (patch)
tree7130c6b907bf0c5245c27ae69ec8e11e6c9b7499 /tests/qemu-iotests/244.out
parentqcow2: Fix qcow2_alloc_cluster_abort() for external data file (diff)
downloadqemu-a0cf8daf77548786ced84d773f06fc70571c5d38.tar.gz
qemu-a0cf8daf77548786ced84d773f06fc70571c5d38.tar.xz
qemu-a0cf8daf77548786ced84d773f06fc70571c5d38.zip
iotests: Test copy offloading with external data file
This adds a test for 'qemu-img convert' with copy offloading where the target image has an external data file. If the test hosts supports it, it tests both the case where copy offloading is supported and the case where it isn't (otherwise we just test unsupported twice). More specifically, the case with unsupported copy offloading tests qcow2_alloc_cluster_abort() with external data files. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Message-Id: <20200211094900.17315-4-kwolf@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/244.out')
-rw-r--r--tests/qemu-iotests/244.out6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/qemu-iotests/244.out b/tests/qemu-iotests/244.out
index 6a3d0067cc..e6f4dc7993 100644
--- a/tests/qemu-iotests/244.out
+++ b/tests/qemu-iotests/244.out
@@ -122,4 +122,10 @@ Offset Length Mapped to File
0 0x100000 0 TEST_DIR/t.qcow2.data
[{ "start": 0, "length": 1048576, "depth": 0, "zero": false, "data": true, "offset": 0},
{ "start": 1048576, "length": 66060288, "depth": 0, "zero": true, "data": false}]
+
+=== Copy offloading ===
+
+Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 data_file=TEST_DIR/t.IMGFMT.data
+Images are identical.
+Images are identical.
*** done