mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-10 05:17:59 +03:00
qemublocktest: Add 'empty' case for checkpoint bitmap handling
Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
parent
264d7cf444
commit
cc1a33b599
@ -1430,6 +1430,8 @@ mymain(void)
|
||||
ret = -1; \
|
||||
} while (0)
|
||||
|
||||
TEST_BITMAP_BLOCKCOMMIT("empty", 1, 2, "empty");
|
||||
|
||||
TEST_BITMAP_BLOCKCOMMIT("basic-1-2", 1, 2, "basic");
|
||||
TEST_BITMAP_BLOCKCOMMIT("basic-1-3", 1, 3, "basic");
|
||||
TEST_BITMAP_BLOCKCOMMIT("basic-2-3", 2, 3, "basic");
|
||||
|
2
tests/qemublocktestdata/bitmapblockcommit/empty
Normal file
2
tests/qemublocktestdata/bitmapblockcommit/empty
Normal file
@ -0,0 +1,2 @@
|
||||
pre job bitmap disable:
|
||||
merge bitmpas:
|
Loading…
Reference in New Issue
Block a user