diff options
author | John Snow | 2019-03-11 19:51:47 +0100 |
---|---|---|
committer | John Snow | 2019-03-12 20:00:48 +0100 |
commit | e2ec4119dc57e9d65e419b2e9071d35300aa1d92 (patch) | |
tree | 90726d5e85a636c2f60d18795ae7c2bcac452906 /tests/qemu-iotests/group | |
parent | block/qcow2-bitmap: Allow resizes with persistent bitmaps (diff) | |
download | qemu-e2ec4119dc57e9d65e419b2e9071d35300aa1d92.tar.gz qemu-e2ec4119dc57e9d65e419b2e9071d35300aa1d92.tar.xz qemu-e2ec4119dc57e9d65e419b2e9071d35300aa1d92.zip |
tests/qemu-iotests: add bitmap resize test 246
Test that we can actually resize qcow2 images with persistent bitmaps
correctly. Throw some other goofy stuff at the test while we're at it,
like adding bitmaps of different granularities and at different times.
Signed-off-by: John Snow <jsnow@redhat.com>
Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Tested-by: Eric Blake <eblake@redhat.com>
Message-id: 20190311185147.52309-5-vsementsov@virtuozzo.com
[vsmentsov: drop \n from the end of test output,
test output changed a bit: some bitmaps goes in other order
int the output]
Signed-off-by: John Snow <jsnow@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 36100b803c..b97d83331b 100644 --- a/tests/qemu-iotests/group +++ b/tests/qemu-iotests/group @@ -243,3 +243,4 @@ 242 rw auto quick 243 rw auto quick 244 rw auto quick +246 rw auto quick |