diff options
author | Max Reitz <mreitz@redhat.com> | 2013-10-09 12:07:33 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2013-10-11 16:49:59 +0200 |
commit | 975a93c082452db9aa1397a797ca8f13ba367393 (patch) | |
tree | 7053f2b8114a074beb1cfcca1e893f0856b88eeb /tests/qemu-iotests/066.out | |
parent | f6186f49e2c98d91f22027d8c62996df4fcf3f92 (diff) | |
download | qemu-975a93c082452db9aa1397a797ca8f13ba367393.zip qemu-975a93c082452db9aa1397a797ca8f13ba367393.tar.gz qemu-975a93c082452db9aa1397a797ca8f13ba367393.tar.bz2 |
qemu-iotests: Discard preallocated zero clusters
Add a new test case for discarding preallocated zero clusters; doing
this should not result in any leaks.
Signed-off-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/066.out')
-rw-r--r-- | tests/qemu-iotests/066.out | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/qemu-iotests/066.out b/tests/qemu-iotests/066.out new file mode 100644 index 0000000..9139780 --- /dev/null +++ b/tests/qemu-iotests/066.out @@ -0,0 +1,13 @@ +QA output created by 066 + +=== Testing snapshotting an image with zero clusters === + +Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 +wrote 262144/262144 bytes at offset 0 +256 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) +wrote 262144/262144 bytes at offset 0 +256 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) +discard 262144/262144 bytes at offset 0 +256 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) +No errors were found on the image. +*** done |