diff options
author | Max Reitz <mreitz@redhat.com> | 2014-10-22 17:00:17 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2014-10-23 15:34:02 +0200 |
commit | 925bb3238d498172e8ee9a57842320b1d1bfc3a5 (patch) | |
tree | 605814a30a30fb6e6edf26a54d02995894bd3e27 /tests/qemu-iotests/102.out | |
parent | 4b25bbc4c22cf39350b75bd250d568a4d975f7c5 (diff) |
iotests: Add test for map commands
Add a test for qemu-img map and qemu-io -c map on truncated files.
Signed-off-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/102.out')
-rw-r--r-- | tests/qemu-iotests/102.out | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/qemu-iotests/102.out b/tests/qemu-iotests/102.out new file mode 100644 index 0000000000..e0e9cdc541 --- /dev/null +++ b/tests/qemu-iotests/102.out @@ -0,0 +1,10 @@ +QA output created by 102 + +=== Testing map command on truncated image === + +Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=65536 +wrote 65536/65536 bytes at offset 0 +64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) +[ 0] 128/ 128 sectors allocated at offset 0 bytes (1) +Offset Length Mapped to File +*** done |