mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 06:05:27 +00:00
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:
parent
0a9052e03e
commit
2b0b0800bf
@ -1 +0,0 @@
|
||||
unsupported configuration: reboot timeout is not supported by this QEMU binary
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user