mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 03:12:22 +00:00
qemuxml2argvtest: Remove negative case for 'boot-menu-enable-with-timeout'
The feature is now always present. Remove the negative test case as the upcomming commit will remove the checks. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
81469b3d51
commit
c561268806
@ -1 +0,0 @@
|
||||
unsupported configuration: splash timeout is not supported by this QEMU binary
|
@ -1070,7 +1070,6 @@ mymain(void)
|
||||
DO_TEST_NOCAPS("boot-menu-enable");
|
||||
DO_TEST("boot-menu-enable-with-timeout",
|
||||
QEMU_CAPS_SPLASH_TIMEOUT);
|
||||
DO_TEST_PARSE_ERROR_NOCAPS("boot-menu-enable-with-timeout");
|
||||
DO_TEST_PARSE_ERROR("boot-menu-enable-with-timeout-invalid",
|
||||
QEMU_CAPS_SPLASH_TIMEOUT);
|
||||
DO_TEST_NOCAPS("boot-menu-disable");
|
||||
|
Loading…
x
Reference in New Issue
Block a user