diff options
author | Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> | 2018-03-13 15:34:01 -0400 |
---|---|---|
committer | John Snow <jsnow@redhat.com> | 2018-03-13 17:06:26 -0400 |
commit | 33dac6f343dbea77550d5017ef4f8e1a2594194d (patch) | |
tree | 5d503d34937fa65ea743e0a9b79d6492226ef20e /tests/qemu-iotests/group | |
parent | b35ebdf076d697bca9ad8715ac76d7b7f3ac1be3 (diff) | |
download | qemu-33dac6f343dbea77550d5017ef4f8e1a2594194d.zip qemu-33dac6f343dbea77550d5017ef4f8e1a2594194d.tar.gz qemu-33dac6f343dbea77550d5017ef4f8e1a2594194d.tar.bz2 |
iotests: add dirty bitmap migration test
The test starts two vms (vm_a, vm_b), create dirty bitmap in
the first one, do several writes to corresponding device and
then migrate vm_a to vm_b.
Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Message-id: 20180313180320.339796-13-vsementsov@virtuozzo.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 c401791..c7dc598 100644 --- a/tests/qemu-iotests/group +++ b/tests/qemu-iotests/group @@ -169,6 +169,7 @@ 162 auto quick 163 rw auto quick 165 rw auto quick +169 rw auto quick 170 rw auto quick 171 rw auto quick 172 auto |