]> xenbits.xensource.com Git - libvirt.git/commitdiff
qemuxml2argvtest: Drop cpu-numa-memshared-1 test case
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 3 Nov 2022 14:14:17 +0000 (15:14 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 4 Nov 2022 14:27:42 +0000 (15:27 +0100)
The aim of this test case it to make sure we error out when
QEMU_CAPS_OBJECT_MEMORY_RAM is missing. Well, it's never going to
be missing. Drop the test case.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
tests/qemuxml2argvdata/cpu-numa-memshared-1.err [deleted file]
tests/qemuxml2argvdata/cpu-numa-memshared-1.xml [deleted symlink]
tests/qemuxml2argvtest.c

diff --git a/tests/qemuxml2argvdata/cpu-numa-memshared-1.err b/tests/qemuxml2argvdata/cpu-numa-memshared-1.err
deleted file mode 100644 (file)
index ad98a21..0000000
+++ /dev/null
@@ -1 +0,0 @@
-unsupported configuration: Shared memory mapping is not supported with this QEMU
diff --git a/tests/qemuxml2argvdata/cpu-numa-memshared-1.xml b/tests/qemuxml2argvdata/cpu-numa-memshared-1.xml
deleted file mode 120000 (symlink)
index 288045d..0000000
+++ /dev/null
@@ -1 +0,0 @@
-cpu-numa-memshared.xml
\ No newline at end of file
index 227493fe321358fe45dc61d3bbcbb7bf33af8c7d..148d6b439ed0a578d9476dcecc7a99bde43f5f34 100644 (file)
@@ -1910,7 +1910,6 @@ mymain(void)
     DO_TEST_PARSE_ERROR_NOCAPS("cpu-numa-disjoint");
     DO_TEST("cpu-numa-disjoint", QEMU_CAPS_NUMA);
     DO_TEST_FAILURE("cpu-numa-memshared", QEMU_CAPS_OBJECT_MEMORY_RAM);
-    DO_TEST_PARSE_ERROR_NOCAPS("cpu-numa-memshared-1");
     DO_TEST("cpu-numa-memshared", QEMU_CAPS_OBJECT_MEMORY_FILE);
     DO_TEST("cpu-host-model",
             QEMU_CAPS_DEVICE_PCI_BRIDGE,