diff options
author | Kevin Wolf <kwolf@redhat.com> | 2011-08-05 16:37:25 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2012-02-23 10:29:47 +0100 |
commit | 8455e4ee666d7bdc35cf877bec1c43bd9c52e407 (patch) | |
tree | f079c583dbf5d7fae26282de94c4dc08b0429e66 /tests/qemu-iotests/029.out | |
parent | bfe852486224d604c259b362bc4c952cc934ef0b (diff) | |
download | qemu-8455e4ee666d7bdc35cf877bec1c43bd9c52e407.zip qemu-8455e4ee666d7bdc35cf877bec1c43bd9c52e407.tar.gz qemu-8455e4ee666d7bdc35cf877bec1c43bd9c52e407.tar.bz2 |
qemu-iotests: test loading internal snapshots
Test loading internal snapshots where the L1 table of the snapshot
is smaller than the current L1 table.
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'tests/qemu-iotests/029.out')
-rw-r--r-- | tests/qemu-iotests/029.out | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/qemu-iotests/029.out b/tests/qemu-iotests/029.out new file mode 100644 index 0000000..c2ad30c --- /dev/null +++ b/tests/qemu-iotests/029.out @@ -0,0 +1,10 @@ +QA output created by 029 +Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 cluster_size=65536 +wrote 4096/4096 bytes at offset 0 +4 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) +No errors were found on the image. +Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=16777216 cluster_size=1024 +wrote 4194304/4194304 bytes at offset 0 +4 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) +No errors were found on the image. +*** done |