diff options
author | Max Reitz <mreitz@redhat.com> | 2014-10-16 15:25:57 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2014-10-23 15:34:02 +0200 |
commit | 1b2dd0bee6bd03045b90c8a7549c8134466b2938 (patch) | |
tree | 8742cc8b82404cbad59e78d04146b086eb1ef811 /tests/qemu-iotests/107.out | |
parent | a1391444fe1cfef14976458f3293a2c6945e725c (diff) | |
download | qemu-1b2dd0bee6bd03045b90c8a7549c8134466b2938.zip qemu-1b2dd0bee6bd03045b90c8a7549c8134466b2938.tar.gz qemu-1b2dd0bee6bd03045b90c8a7549c8134466b2938.tar.bz2 |
iotests: Add test for qcow2 L1 table update
Updating the L1 table should not result in random data being written.
This adds a test for that.
Signed-off-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/107.out')
-rw-r--r-- | tests/qemu-iotests/107.out | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/qemu-iotests/107.out b/tests/qemu-iotests/107.out new file mode 100644 index 0000000..93445b7 --- /dev/null +++ b/tests/qemu-iotests/107.out @@ -0,0 +1,10 @@ +QA output created by 107 + +=== Updates should not write random data === + +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) +read 65528/65528 bytes at offset 196616 +63.992 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) +*** done |