tests: qemuxml2argv: Remove negative case for 'reboot-timeout-enabled'

All supported qemu versions now support this feature so this test is
pointless.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
Peter Krempa 2021-08-06 15:37:07 +02:00
parent 0a9052e03e
commit 2b0b0800bf
2 changed files with 0 additions and 2 deletions

View File

@ -1 +0,0 @@
unsupported configuration: reboot timeout is not supported by this QEMU binary

View File

@ -1176,7 +1176,6 @@ mymain(void)
DO_TEST("reboot-timeout-disabled", QEMU_CAPS_REBOOT_TIMEOUT);
DO_TEST("reboot-timeout-enabled", QEMU_CAPS_REBOOT_TIMEOUT);
DO_TEST_PARSE_ERROR_NOCAPS("reboot-timeout-enabled");
DO_TEST("bios",
QEMU_CAPS_DEVICE_ISA_SERIAL);