[libvirt] [PATCH 10/24] tests: qemuxml2argv: Rename disk-write-cache test do disk-cache

Peter Krempa pkrempa at redhat.com
Thu Jul 19 15:51:02 UTC 2018


We'll agregate testing of all cache modes in this test later on.

Signed-off-by: Peter Krempa <pkrempa at redhat.com>
---
 ...k-write-cache.x86_64-2.6.0.args => disk-cache.x86_64-2.6.0.args} | 0
 ...k-write-cache.x86_64-2.7.0.args => disk-cache.x86_64-2.7.0.args} | 0
 ...write-cache.x86_64-latest.args => disk-cache.x86_64-latest.args} | 0
 tests/qemuxml2argvdata/{disk-write-cache.xml => disk-cache.xml}     | 0
 tests/qemuxml2argvtest.c                                            | 6 +++---
 5 files changed, 3 insertions(+), 3 deletions(-)
 rename tests/qemuxml2argvdata/{disk-write-cache.x86_64-2.6.0.args => disk-cache.x86_64-2.6.0.args} (100%)
 rename tests/qemuxml2argvdata/{disk-write-cache.x86_64-2.7.0.args => disk-cache.x86_64-2.7.0.args} (100%)
 rename tests/qemuxml2argvdata/{disk-write-cache.x86_64-latest.args => disk-cache.x86_64-latest.args} (100%)
 rename tests/qemuxml2argvdata/{disk-write-cache.xml => disk-cache.xml} (100%)

diff --git a/tests/qemuxml2argvdata/disk-write-cache.x86_64-2.6.0.args b/tests/qemuxml2argvdata/disk-cache.x86_64-2.6.0.args
similarity index 100%
rename from tests/qemuxml2argvdata/disk-write-cache.x86_64-2.6.0.args
rename to tests/qemuxml2argvdata/disk-cache.x86_64-2.6.0.args
diff --git a/tests/qemuxml2argvdata/disk-write-cache.x86_64-2.7.0.args b/tests/qemuxml2argvdata/disk-cache.x86_64-2.7.0.args
similarity index 100%
rename from tests/qemuxml2argvdata/disk-write-cache.x86_64-2.7.0.args
rename to tests/qemuxml2argvdata/disk-cache.x86_64-2.7.0.args
diff --git a/tests/qemuxml2argvdata/disk-write-cache.x86_64-latest.args b/tests/qemuxml2argvdata/disk-cache.x86_64-latest.args
similarity index 100%
rename from tests/qemuxml2argvdata/disk-write-cache.x86_64-latest.args
rename to tests/qemuxml2argvdata/disk-cache.x86_64-latest.args
diff --git a/tests/qemuxml2argvdata/disk-write-cache.xml b/tests/qemuxml2argvdata/disk-cache.xml
similarity index 100%
rename from tests/qemuxml2argvdata/disk-write-cache.xml
rename to tests/qemuxml2argvdata/disk-cache.xml
diff --git a/tests/qemuxml2argvtest.c b/tests/qemuxml2argvtest.c
index 09b9e206cc..6f6b5869b3 100644
--- a/tests/qemuxml2argvtest.c
+++ b/tests/qemuxml2argvtest.c
@@ -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);
-- 
2.16.2




More information about the libvir-list mailing list