]> git.proxmox.com Git - mirror_qemu.git/commit - tests/qemu-iotests/group
qemu-iotests: qcow2: Test growing large refcount table
authorKevin Wolf <kwolf@redhat.com>
Fri, 26 Oct 2012 18:31:15 +0000 (20:31 +0200)
committerKevin Wolf <kwolf@redhat.com>
Wed, 14 Nov 2012 17:19:21 +0000 (18:19 +0100)
commitd2ef210cb8d3e7d1dc4e1c6050d2092bda18a5a8
tree7b6bb46dc193343ac5c81a2c41af488dad11d4ef
parenta3548077062dd9dc2701ebffd931ba6eaef40bec
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>
tests/qemu-iotests/044 [new file with mode: 0755]
tests/qemu-iotests/044.out [new file with mode: 0644]
tests/qemu-iotests/group
tests/qemu-iotests/iotests.py
tests/qemu-iotests/qcow2.py