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 <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
Michal Privoznik 2022-11-03 15:14:17 +01:00
parent 682dd480ac
commit 35f3864090
3 changed files with 0 additions and 3 deletions

View File

@ -1 +0,0 @@
unsupported configuration: Shared memory mapping is not supported with this QEMU

View File

@ -1 +0,0 @@
cpu-numa-memshared.xml

View 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,