diff options
author | Fam Zheng <famz@redhat.com> | 2013-11-28 09:48:04 +0800 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2013-11-29 17:41:14 +0100 |
commit | 981cbf59b5360647e908186e7306ee9013a58c88 (patch) | |
tree | cff921466bf492992e7c632f0d13ce7089bad7aa /tests/qemu-iotests/059 | |
parent | 509d39aa22909c0ed1aabf896865f19c81fb38a1 (diff) |
qemu-iotests: Add sample image and test for VMDK version 3
Signed-off-by: Fam Zheng <famz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/059')
-rwxr-xr-x | tests/qemu-iotests/059 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/qemu-iotests/059 b/tests/qemu-iotests/059 index 6a27ac978b..4926645e5e 100755 --- a/tests/qemu-iotests/059 +++ b/tests/qemu-iotests/059 @@ -75,6 +75,11 @@ echo echo "=== Testing monolithicFlat with zeroed_grain ===" IMGOPTS="subformat=monolithicFlat,zeroed_grain=on" _make_test_img 2G +echo +echo "=== Testing version 3 ===" +_use_sample_img iotest-version3.vmdk.bz2 +_img_info + # success, all done echo "*** done" rm -f $seq.full |