diff options
| author | Kevin Wolf | 2018-11-26 12:21:07 +0100 |
|---|---|---|
| committer | Kevin Wolf | 2018-11-27 12:59:00 +0100 |
| commit | 330ca111ea0979d8c6fc9b3958f72d6dce164d5a (patch) | |
| tree | bf58ecfc3c52ca8026a30116a1de09f9d2f36c7e /tests/qemu-iotests/group | |
| parent | block: Don't inactivate children before parents (diff) | |
| download | qemu-330ca111ea0979d8c6fc9b3958f72d6dce164d5a.tar.gz qemu-330ca111ea0979d8c6fc9b3958f72d6dce164d5a.tar.xz qemu-330ca111ea0979d8c6fc9b3958f72d6dce164d5a.zip | |
iotests: Test migration with -blockdev
Check that block node activation and inactivation works with a block
graph that is built with individually created nodes.
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Max Reitz <mreitz@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 ddf1a5b549..8c56a0ad11 100644 --- a/tests/qemu-iotests/group +++ b/tests/qemu-iotests/group @@ -231,3 +231,4 @@ 231 auto quick 232 auto quick 233 auto quick +234 auto quick migration |
