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 --- tests/storagepoolxml2xmltest.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/storagepoolxml2xmltest.c b/tests/storagepoolxml2xmltest.c index 41d6987..b432b85 100644 --- a/tests/storagepoolxml2xmltest.c +++ b/tests/storagepoolxml2xmltest.c @@ -101,6 +101,9 @@ mymain(void) DO_TEST("pool-zfs"); DO_TEST("pool-zfs-sourcedev"); #endif +#ifdef WITH_STORAGE_RBD + DO_TEST("pool-rbd"); +#endif return ret == 0 ? EXIT_SUCCESS : EXIT_FAILURE; } -- 2.7.2 -- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list