aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/259.out
diff options
context:
space:
mode:
authorMax Reitz <mreitz@redhat.com>2020-01-22 17:45:32 +0100
committerMax Reitz <mreitz@redhat.com>2020-02-20 16:43:42 +0100
commit4dddeac115c5a2c5f74731fda0afd031a0b45490 (patch)
treecb84d8058aa753e54f12c697f8519afd6781c7f3 /tests/qemu-iotests/259.out
parent80f0900905b555f00d644894c786b6d66ac2e00e (diff)
iotests: Add test for image creation fallback
Signed-off-by: Max Reitz <mreitz@redhat.com> Message-Id: <20200122164532.178040-6-mreitz@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Reviewed-by: Maxim Levitsky <mlevitsk@redhat.com> [mreitz: Added a note that NBD does not support resizing, which is why the second case is expected to fail] Signed-off-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/259.out')
-rw-r--r--tests/qemu-iotests/259.out14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/qemu-iotests/259.out b/tests/qemu-iotests/259.out
new file mode 100644
index 0000000000..ffed19c2a0
--- /dev/null
+++ b/tests/qemu-iotests/259.out
@@ -0,0 +1,14 @@
+QA output created by 259
+Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
+
+--- Testing creation ---
+Formatting 'TEST_DIR/t.IMGFMT', fmt=qcow2 size=67108864
+image: TEST_DIR/t.IMGFMT
+file format: qcow2
+virtual size: 64 MiB (67108864 bytes)
+disk size: unavailable
+
+--- Testing creation for which the node would need to grow ---
+qemu-img: TEST_DIR/t.IMGFMT: Could not resize image: Image format driver does not support resize
+Formatting 'TEST_DIR/t.IMGFMT', fmt=qcow2 size=67108864 preallocation=metadata
+*** done