commit | f62f08ab7a9d902da70078992248ec5c98f652ad | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Tue Dec 17 15:18:58 2019 +0100 |
committer | Kevin Wolf <kwolf@redhat.com> | Thu Dec 19 18:04:25 2019 +0100 |
tree | f822298fa0f73aff374d65cf5108e1bc62f264d5 | |
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>