]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
tests: qemuxml2argv: Rename disk-write-cache test do disk-cache
authorPeter Krempa <pkrempa@redhat.com>
Thu, 19 Jul 2018 12:51:21 +0000 (14:51 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 23 Jul 2018 13:32:34 +0000 (15:32 +0200)
We'll aggregate testing of all cache modes in this test later on.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
tests/qemuxml2argvdata/disk-cache.x86_64-2.6.0.args [moved from tests/qemuxml2argvdata/disk-write-cache.x86_64-2.6.0.args with 100% similarity]
tests/qemuxml2argvdata/disk-cache.x86_64-2.7.0.args [moved from tests/qemuxml2argvdata/disk-write-cache.x86_64-2.7.0.args with 100% similarity]
tests/qemuxml2argvdata/disk-cache.x86_64-latest.args [moved from tests/qemuxml2argvdata/disk-write-cache.x86_64-latest.args with 100% similarity]
tests/qemuxml2argvdata/disk-cache.xml [moved from tests/qemuxml2argvdata/disk-write-cache.xml with 100% similarity]
tests/qemuxml2argvtest.c

index 09b9e206ccab74f18107878a0003d04a39d794af..6f6b5869b314c9f4138cf0d4ec70f08dc87a2f2f 100644 (file)
@@ -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);