From: Peter Krempa Date: Fri, 26 Mar 2021 15:23:34 +0000 (+0100) Subject: qemuxml2xmltest: Remove 'panic-isa' case X-Git-Tag: v7.9.0-rc1~211 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd2aed1ab5d3bfdcb1b12980f58107c1021be916;p=thirdparty%2Flibvirt.git qemuxml2xmltest: Remove 'panic-isa' case The same test in regards to the 'panic' device is the 'panic-double' case, thus panic-isa can be removed. Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko --- diff --git a/tests/qemuxml2argvdata/panic-isa.xml b/tests/qemuxml2argvdata/panic-isa.xml deleted file mode 100644 index 34e8bd7a01..0000000000 --- a/tests/qemuxml2argvdata/panic-isa.xml +++ /dev/null @@ -1,33 +0,0 @@ - - QEMUGuest1 - c7a5fdbd-edaf-9455-926a-d65c16db1809 - 219136 - 219136 - 1 - - hvm - - - - destroy - restart - destroy - - /usr/bin/qemu-system-i386 - - - -
- - - - - - - - - -
- - - diff --git a/tests/qemuxml2xmltest.c b/tests/qemuxml2xmltest.c index a8be510523..b0a1212a54 100644 --- a/tests/qemuxml2xmltest.c +++ b/tests/qemuxml2xmltest.c @@ -1071,7 +1071,6 @@ mymain(void) QEMU_CAPS_Q35_PCI_HOLE64_SIZE); DO_TEST("panic", QEMU_CAPS_DEVICE_PANIC); - DO_TEST("panic-isa", QEMU_CAPS_DEVICE_PANIC); DO_TEST("panic-pseries", QEMU_CAPS_DEVICE_SPAPR_PCI_HOST_BRIDGE); DO_TEST("panic-double", QEMU_CAPS_DEVICE_PANIC);