diff options
author | Kevin Wolf <kwolf@redhat.com> | 2012-10-26 20:31:15 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2012-11-14 18:19:21 +0100 |
commit | d2ef210cb8d3e7d1dc4e1c6050d2092bda18a5a8 (patch) | |
tree | 7b6bb46dc193343ac5c81a2c41af488dad11d4ef /tests/qemu-iotests/044.out | |
parent | a3548077062dd9dc2701ebffd931ba6eaef40bec (diff) |
qemu-iotests: qcow2: Test growing large refcount table
Actually writing all the content with 512 byte sector size would take
forever, therefore build the image file with a Python script and use
qemu-io for the last write that actually triggers the refcount table
growth.
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/044.out')
-rw-r--r-- | tests/qemu-iotests/044.out | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/qemu-iotests/044.out b/tests/qemu-iotests/044.out new file mode 100644 index 0000000000..7a4007137d --- /dev/null +++ b/tests/qemu-iotests/044.out @@ -0,0 +1,6 @@ +No errors were found on the image. +. +---------------------------------------------------------------------- +Ran 1 tests + +OK |