diff options
author | Kevin Wolf <kwolf@redhat.com> | 2018-11-26 12:21:07 +0100 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2018-11-27 12:59:00 +0100 |
commit | 330ca111ea0979d8c6fc9b3958f72d6dce164d5a (patch) | |
tree | bf58ecfc3c52ca8026a30116a1de09f9d2f36c7e /tests/qemu-iotests/group | |
parent | 9e37271f50ec2e95f299dc297ac08f9be0096b48 (diff) | |
download | qemu-330ca111ea0979d8c6fc9b3958f72d6dce164d5a.zip qemu-330ca111ea0979d8c6fc9b3958f72d6dce164d5a.tar.gz qemu-330ca111ea0979d8c6fc9b3958f72d6dce164d5a.tar.bz2 |
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 ddf1a5b..8c56a0a 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 |