mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
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:
parent
682dd480ac
commit
35f3864090
@ -1 +0,0 @@
|
|||||||
unsupported configuration: Shared memory mapping is not supported with this QEMU
|
|
@ -1 +0,0 @@
|
|||||||
cpu-numa-memshared.xml
|
|
@ -1910,7 +1910,6 @@ mymain(void)
|
|||||||
DO_TEST_PARSE_ERROR_NOCAPS("cpu-numa-disjoint");
|
DO_TEST_PARSE_ERROR_NOCAPS("cpu-numa-disjoint");
|
||||||
DO_TEST("cpu-numa-disjoint", QEMU_CAPS_NUMA);
|
DO_TEST("cpu-numa-disjoint", QEMU_CAPS_NUMA);
|
||||||
DO_TEST_FAILURE("cpu-numa-memshared", QEMU_CAPS_OBJECT_MEMORY_RAM);
|
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-numa-memshared", QEMU_CAPS_OBJECT_MEMORY_FILE);
|
||||||
DO_TEST("cpu-host-model",
|
DO_TEST("cpu-host-model",
|
||||||
QEMU_CAPS_DEVICE_PCI_BRIDGE,
|
QEMU_CAPS_DEVICE_PCI_BRIDGE,
|
||||||
|
Loading…
Reference in New Issue
Block a user