mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-21 12:05:17 +00:00
qemublocktest: Re-add bitmap validation for 'basic' and 'snapshots' cases
Now that we've updated both the test data and the validator to new semantics we can start testing again. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
parent
3857b073cb
commit
9c007fd418
@ -1346,6 +1346,18 @@ mymain(void)
|
||||
|
||||
TEST_BITMAP_VALIDATE("empty", "a", false);
|
||||
|
||||
TEST_BITMAP_VALIDATE("basic", "a", true);
|
||||
TEST_BITMAP_VALIDATE("basic", "b", true);
|
||||
TEST_BITMAP_VALIDATE("basic", "c", true);
|
||||
TEST_BITMAP_VALIDATE("basic", "d", true);
|
||||
TEST_BITMAP_VALIDATE("basic", "current", true);
|
||||
|
||||
TEST_BITMAP_VALIDATE("snapshots", "a", true);
|
||||
TEST_BITMAP_VALIDATE("snapshots", "b", true);
|
||||
TEST_BITMAP_VALIDATE("snapshots", "c", true);
|
||||
TEST_BITMAP_VALIDATE("snapshots", "d", true);
|
||||
TEST_BITMAP_VALIDATE("snapshots", "current", true);
|
||||
|
||||
#define TEST_BITMAP_BLOCKCOPY(testname, shllw, ndf) \
|
||||
do { \
|
||||
blockbitmapblockcopydata.name = testname; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user