diff options
author | Kevin Wolf | 2019-03-18 17:42:37 +0100 |
---|---|---|
committer | Kevin Wolf | 2019-03-19 15:49:29 +0100 |
commit | 27e42789b7769ee9556767627542cf8fd9bfbc4d (patch) | |
tree | 4362d616d3c58c0b2cc941f3da331d22e677643b /tests/qemu-iotests/group | |
parent | vl: Fix to create migration object before block backends again (diff) | |
download | qemu-27e42789b7769ee9556767627542cf8fd9bfbc4d.tar.gz qemu-27e42789b7769ee9556767627542cf8fd9bfbc4d.tar.xz qemu-27e42789b7769ee9556767627542cf8fd9bfbc4d.zip |
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>
Diffstat (limited to 'tests/qemu-iotests/group')
-rw-r--r-- | tests/qemu-iotests/group | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qemu-iotests/group b/tests/qemu-iotests/group index 7289309604..d192abaecf 100644 --- a/tests/qemu-iotests/group +++ b/tests/qemu-iotests/group @@ -245,3 +245,4 @@ 244 rw auto quick 245 rw auto 246 rw auto quick +247 rw auto quick |