diff options
author | John Snow <jsnow@redhat.com> | 2019-03-11 21:51:47 +0300 |
---|---|---|
committer | John Snow <jsnow@redhat.com> | 2019-03-12 15:00:48 -0400 |
commit | e2ec4119dc57e9d65e419b2e9071d35300aa1d92 (patch) | |
tree | 90726d5e85a636c2f60d18795ae7c2bcac452906 /tests/qemu-iotests/group | |
parent | d19c6b36ffe09cec7ce7ac6a3e979bfe923ebba9 (diff) | |
download | qemu-e2ec4119dc57e9d65e419b2e9071d35300aa1d92.zip qemu-e2ec4119dc57e9d65e419b2e9071d35300aa1d92.tar.gz qemu-e2ec4119dc57e9d65e419b2e9071d35300aa1d92.tar.bz2 |
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 36100b8..b97d833 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 |