From: Michal Privoznik Date: Thu, 3 Nov 2022 14:14:17 +0000 (+0100) Subject: qemuxml2argvtest: Drop cpu-numa-memshared-1 test case X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=35f38640906c86f3600a86ab7bf012d7b69e7b77;p=libvirt.git qemuxml2argvtest: Drop cpu-numa-memshared-1 test case 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 Reviewed-by: Ján Tomko --- diff --git a/tests/qemuxml2argvdata/cpu-numa-memshared-1.err b/tests/qemuxml2argvdata/cpu-numa-memshared-1.err deleted file mode 100644 index ad98a2162e..0000000000 --- a/tests/qemuxml2argvdata/cpu-numa-memshared-1.err +++ /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 index 288045dce3..0000000000 --- a/tests/qemuxml2argvdata/cpu-numa-memshared-1.xml +++ /dev/null @@ -1 +0,0 @@ -cpu-numa-memshared.xml \ No newline at end of file diff --git a/tests/qemuxml2argvtest.c b/tests/qemuxml2argvtest.c index 227493fe32..148d6b439e 100644 --- a/tests/qemuxml2argvtest.c +++ b/tests/qemuxml2argvtest.c @@ -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,