diff --git a/tests/storagepoolxml2xmltest.c b/tests/storagepoolxml2xmltest.c index 41d69878cd297c0e2c5a8ed4a5f30c553b289e81..b432b85038965deee6a6fef3d26545d0a1a43664 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; }