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: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
Peter Krempa 2018-07-19 14:51:21 +02:00
parent 9245aad664
commit e38a890c93
5 changed files with 3 additions and 3 deletions

View 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);