diff options
author | Max Reitz <mreitz@redhat.com> | 2014-04-29 16:12:31 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2014-04-29 16:39:51 +0200 |
commit | cffb12051a26e5494ed009c99db7858b2aab7099 (patch) | |
tree | 9f0d8d981be3aa6e758df8c5ed914dc49dd6718d /tests/qemu-iotests/090.out | |
parent | c883db0df9dbf26471c1418a632b216b0c1104f1 (diff) | |
download | qemu-cffb12051a26e5494ed009c99db7858b2aab7099.zip qemu-cffb12051a26e5494ed009c99db7858b2aab7099.tar.gz qemu-cffb12051a26e5494ed009c99db7858b2aab7099.tar.bz2 |
iotests: Discarding compressed clusters on qcow2
Add a test which discards a compressed cluster on qcow2. This should
work without any problems.
Signed-off-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/090.out')
-rw-r--r-- | tests/qemu-iotests/090.out | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/qemu-iotests/090.out b/tests/qemu-iotests/090.out new file mode 100644 index 0000000..2df93e0 --- /dev/null +++ b/tests/qemu-iotests/090.out @@ -0,0 +1,12 @@ +QA output created by 090 +Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072 +wrote 65536/65536 bytes at offset 0 +64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) +wrote 65536/65536 bytes at offset 65536 +64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) +discard 65536/65536 bytes at offset 65536 +64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) +read 65536/65536 bytes at offset 65536 +64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) +No errors were found on the image. +*** done |