提交 289f37ea 编写于 作者: A Anatole Denis 提交者: John Ferlan

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
上级 47847451
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册