mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
qemu-iotests: Fix 232 for non-qcow2
232 is marked as generic, but commit 12efe428c9
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>
This commit is contained in:
parent
e60483f2f8
commit
27e42789b7
5 changed files with 102 additions and 50 deletions
|
@ -245,3 +245,4 @@
|
|||
244 rw auto quick
|
||||
245 rw auto
|
||||
246 rw auto quick
|
||||
247 rw auto quick
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue