aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/059
diff options
context:
space:
mode:
authorFam Zheng <famz@redhat.com>2015-05-15 16:36:06 +0800
committerKevin Wolf <kwolf@redhat.com>2015-05-22 17:08:01 +0200
commitb93bbf4ee9035ae077679482305d5beb38df4d7d (patch)
tree3f25cb403bfce1f7b1ab90f06f38ff4bd0c45afc /tests/qemu-iotests/059
parent4a9c9ea0d318bec2f67848c5ceaf4ad5bcb91d09 (diff)
downloadqemu-b93bbf4ee9035ae077679482305d5beb38df4d7d.zip
qemu-b93bbf4ee9035ae077679482305d5beb38df4d7d.tar.gz
qemu-b93bbf4ee9035ae077679482305d5beb38df4d7d.tar.bz2
qemu-iotests: qemu-img info on afl VMDK image with a huge capacity
The image is contributed by Richard W.M. Jones. Cc: Richard W.M. Jones <rjones@redhat.com> Signed-off-by: Fam Zheng <famz@redhat.com> Reviewed-by: Alberto Garcia <berto@igalia.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/059')
-rwxr-xr-xtests/qemu-iotests/0595
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/qemu-iotests/059 b/tests/qemu-iotests/059
index 50ca5ce..0ded0c3 100755
--- a/tests/qemu-iotests/059
+++ b/tests/qemu-iotests/059
@@ -132,6 +132,11 @@ _img_info
$QEMU_IO -c "write -P 0xa 900G 512" "$TEST_IMG" | _filter_qemu_io
$QEMU_IO -c "read -v 900G 1024" "$TEST_IMG" | _filter_qemu_io
+echo
+echo "=== Testing afl image with a very large capacity ==="
+_use_sample_img afl9.vmdk.bz2
+_img_info
+
# success, all done
echo "*** done"
rm -f $seq.full