diff options
author | Kevin Wolf <kwolf@redhat.com> | 2019-12-17 15:18:58 +0100 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2019-12-19 18:04:25 +0100 |
commit | f62f08ab7a9d902da70078992248ec5c98f652ad (patch) | |
tree | f822298fa0f73aff374d65cf5108e1bc62f264d5 /tests/qemu-iotests/group | |
parent | 89b6fc45614bb45dcd58f1590415afe5c2791abd (diff) |
iotests: Test external snapshot with VM state
This tests creating an external snapshot with VM state (which results in
an active overlay over an inactive backing file, which is also the root
node of an inactive BlockBackend), re-activating the images and
performing some operations to test that the re-activation worked as
intended.
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 eb57ddc72c..cb2b789e44 100644 --- a/tests/qemu-iotests/group +++ b/tests/qemu-iotests/group @@ -287,3 +287,4 @@ 273 backing quick 277 rw quick 279 rw backing quick +280 rw migration quick |