From e38a890c93bb020ff30708fe2994dc7661323b06 Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Thu, 19 Jul 2018 14:51:21 +0200 Subject: [PATCH] tests: qemuxml2argv: Rename disk-write-cache test do disk-cache MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We'll aggregate testing of all cache modes in this test later on. Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko --- ...cache.x86_64-2.6.0.args => disk-cache.x86_64-2.6.0.args} | 0 ...cache.x86_64-2.7.0.args => disk-cache.x86_64-2.7.0.args} | 0 ...che.x86_64-latest.args => disk-cache.x86_64-latest.args} | 0 .../{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); -- GitLab