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:
Peter Krempa 2020-05-28 16:33:06 +02:00
parent 88f175d887
commit 264d7cf444
3 changed files with 3 additions and 0 deletions

View File

@ -1408,6 +1408,9 @@ mymain(void)
ret = -1; \
} 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-deep", false, "basic");