diff options
author | Stefan Hajnoczi <stefanha@redhat.com> | 2017-08-23 15:05:06 +0100 |
---|---|---|
committer | Eric Blake <eblake@redhat.com> | 2017-08-23 10:21:55 -0500 |
commit | 12314f2d145c656f0a1f9aebcbe5e21be60c5ca5 (patch) | |
tree | df29a5cbd766f1f16009ac96e4510b064cf9edb9 /tests/qemu-iotests/group | |
parent | 7d5b5261104235cd6cc86930ab0d0a7372bfe04b (diff) | |
download | qemu-12314f2d145c656f0a1f9aebcbe5e21be60c5ca5.zip qemu-12314f2d145c656f0a1f9aebcbe5e21be60c5ca5.tar.gz qemu-12314f2d145c656f0a1f9aebcbe5e21be60c5ca5.tar.bz2 |
qemu-iotests: add 194 non-shared storage migration test
Non-shared storage migration with NBD and drive-mirror is currently not
tested by qemu-iotests. This test case covers the basic migration
scenario.
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Based-on: <20170823134242.12080-1-famz@redhat.com>
Message-Id: <20170823140506.28723-1-stefanha@redhat.com>
Tested-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Eric Blake <eblake@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 afbdc42..4bd5017 100644 --- a/tests/qemu-iotests/group +++ b/tests/qemu-iotests/group @@ -187,3 +187,4 @@ 189 rw auto 190 rw auto quick 192 rw auto quick +194 rw auto migration quick |