mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 04:25:18 +00:00
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:
parent
9245aad664
commit
e38a890c93
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user