aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/076
diff options
context:
space:
mode:
authorDenis V. Lunev <den@openvz.org>2014-10-08 13:13:29 +0400
committerStefan Hajnoczi <stefanha@redhat.com>2014-11-03 09:48:41 +0000
commit76823c6e79583c926d127c33926aaf39475e5cda (patch)
tree6e5bdacf8121e12ac2c8b0446b42779fce07bfca /tests/qemu-iotests/076
parent285030b0de5575289084a50f4534af5b0a48b834 (diff)
downloadqemu-76823c6e79583c926d127c33926aaf39475e5cda.zip
qemu-76823c6e79583c926d127c33926aaf39475e5cda.tar.gz
qemu-76823c6e79583c926d127c33926aaf39475e5cda.tar.bz2
iotests: add v2 parallels sample image and simple test for it
This is simple test image for the following commit made by me. commit d25d59802021a747812472780d80a0e792078f40 Author: Denis V. Lunev <den@openvz.org> Date: Mon Jul 28 20:23:55 2014 +0400 parallels: 2TB+ parallels images support Signed-off-by: Denis V. Lunev <den@openvz.org> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Message-id: 1412759610-2257-3-git-send-email-den@openvz.org CC: Jeff Cody <jcody@redhat.com> CC: Kevin Wolf <kwolf@redhat.com> CC: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/076')
-rwxr-xr-xtests/qemu-iotests/0765
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/qemu-iotests/076 b/tests/qemu-iotests/076
index 2bb478c..ed2be35 100755
--- a/tests/qemu-iotests/076
+++ b/tests/qemu-iotests/076
@@ -70,6 +70,11 @@ _use_sample_img parallels-v1.bz2
poke_file "$TEST_IMG" "$tracks_offset" "\x00\x00\x00\x00"
{ $QEMU_IO -c "read 0 512" $TEST_IMG; } 2>&1 | _filter_qemu_io | _filter_testdir
+echo
+echo "== Read from a valid v2 image =="
+_use_sample_img parallels-v2.bz2
+{ $QEMU_IO -c "read -P 0x11 0 64k" $TEST_IMG; } 2>&1 | _filter_qemu_io | _filter_testdir
+
# success, all done
echo "*** done"
rm -f $seq.full