From fd2aed1ab5d3bfdcb1b12980f58107c1021be916 Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Fri, 26 Mar 2021 16:23:34 +0100 Subject: [PATCH] qemuxml2xmltest: Remove 'panic-isa' case MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- tests/qemuxml2argvdata/panic-isa.xml | 33 ---------------------------- tests/qemuxml2xmltest.c | 1 - 2 files changed, 34 deletions(-) delete mode 100644 tests/qemuxml2argvdata/panic-isa.xml 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);