]> git.proxmox.com Git - mirror_qemu.git/commit
qemu-iotests: Fix 232 for non-qcow2
authorKevin Wolf <kwolf@redhat.com>
Mon, 18 Mar 2019 16:42:37 +0000 (17:42 +0100)
committerKevin Wolf <kwolf@redhat.com>
Tue, 19 Mar 2019 14:49:29 +0000 (15:49 +0100)
commit27e42789b7769ee9556767627542cf8fd9bfbc4d
tree4362d616d3c58c0b2cc941f3da331d22e677643b
parente60483f2f8498ae08ae79ca4c6fb03a3317f5e1e
qemu-iotests: Fix 232 for non-qcow2

232 is marked as generic, but commit 12efe428c9e added code that assumes
qcow2. What the new test really needs is backing files and support for
updating the backing file link (.bdrv_change_backing_file).

Split the non-generic code into a new test case 247 and make it work
with qed, too.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
tests/qemu-iotests/232
tests/qemu-iotests/232.out
tests/qemu-iotests/247 [new file with mode: 0755]
tests/qemu-iotests/247.out [new file with mode: 0644]
tests/qemu-iotests/group