提交 e38a890c 编写于 作者: P Peter Krempa

tests: qemuxml2argv: Rename disk-write-cache test do disk-cache

We'll aggregate testing of all cache modes in this test later on.
Signed-off-by: NPeter Krempa <pkrempa@redhat.com>
Reviewed-by: NJán Tomko <jtomko@redhat.com>
上级 9245aad6
......@@ -1037,9 +1037,9 @@ mymain(void)
DO_TEST("disk-cache-v2-none", NONE);
DO_TEST("disk-cache-directsync", NONE);
DO_TEST("disk-cache-unsafe", NONE);
DO_TEST_CAPS_VER("disk-write-cache", "2.6.0");
DO_TEST_CAPS_VER("disk-write-cache", "2.7.0");
DO_TEST_CAPS_LATEST("disk-write-cache");
DO_TEST_CAPS_VER("disk-cache", "2.6.0");
DO_TEST_CAPS_VER("disk-cache", "2.7.0");
DO_TEST_CAPS_LATEST("disk-cache");
DO_TEST("disk-network-nbd", NONE);
DO_TEST("disk-network-nbd-export", NONE);
DO_TEST("disk-network-nbd-ipv6", NONE);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册