mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-02 01:45:17 +00:00
tests: storagepoolxml2xmltest: Enable pool-rbd
This test was commited 4 years ago, but was never enabled in storagepoolxml2xmltest.c. This patch reactivates it, conditionnaly on RBD storage support being enabled
This commit is contained in:
parent
478474515d
commit
289f37ea81
@ -101,6 +101,9 @@ mymain(void)
|
|||||||
DO_TEST("pool-zfs");
|
DO_TEST("pool-zfs");
|
||||||
DO_TEST("pool-zfs-sourcedev");
|
DO_TEST("pool-zfs-sourcedev");
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef WITH_STORAGE_RBD
|
||||||
|
DO_TEST("pool-rbd");
|
||||||
|
#endif
|
||||||
|
|
||||||
return ret == 0 ? EXIT_SUCCESS : EXIT_FAILURE;
|
return ret == 0 ? EXIT_SUCCESS : EXIT_FAILURE;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user