diff options
author | Kevin Wolf <kwolf@redhat.com> | 2009-07-03 17:45:56 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2012-02-22 16:17:01 +0100 |
commit | 3778057d60834e59166e8df0176042ac8c731c99 (patch) | |
tree | dbf49894fbd24dab3e45bf34906d3fca8b171faa /tests/qemu-iotests/015.out | |
parent | 5d9c577dd15dfbc4f8f7cb7e0a94970ccb4ed8eb (diff) |
qemu-iotests: add test for refcount table growth and snapshots
015: Combined test to grow the refcount table and test snapshots.
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'tests/qemu-iotests/015.out')
-rw-r--r-- | tests/qemu-iotests/015.out | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/qemu-iotests/015.out b/tests/qemu-iotests/015.out new file mode 100644 index 0000000000..3ba723db38 --- /dev/null +++ b/tests/qemu-iotests/015.out @@ -0,0 +1,20 @@ +QA output created by 015 + +creating image +Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=37748736 cluster_size=1024 +creating first snapshot +wrote 37748736/37748736 bytes at offset 0 +36 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) +creating second snapshot +wrote 37748736/37748736 bytes at offset 0 +36 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) +checking first snapshot +read 37748736/37748736 bytes at offset 0 +36 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) +checking second snapshot +read 37748736/37748736 bytes at offset 0 +36 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) + +checking image for errors +No errors were found on the image. +*** done |