mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-01 17:35:17 +00:00
qemublocktest: Add 'empty' case for blockcopy bitmap handling test
Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
parent
88f175d887
commit
264d7cf444
@ -1408,6 +1408,9 @@ mymain(void)
|
|||||||
ret = -1; \
|
ret = -1; \
|
||||||
} while (0)
|
} while (0)
|
||||||
|
|
||||||
|
TEST_BITMAP_BLOCKCOPY("empty-shallow", true, "empty");
|
||||||
|
TEST_BITMAP_BLOCKCOPY("empty-deep", false, "empty");
|
||||||
|
|
||||||
TEST_BITMAP_BLOCKCOPY("basic-shallow", true, "basic");
|
TEST_BITMAP_BLOCKCOPY("basic-shallow", true, "basic");
|
||||||
TEST_BITMAP_BLOCKCOPY("basic-deep", false, "basic");
|
TEST_BITMAP_BLOCKCOPY("basic-deep", false, "basic");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user