[PATCH 06/14] qemuxml2argvtest: Remove negative case for 'boot-menu-enable-with-timeout'

Peter Krempa pkrempa at redhat.com
Mon Sep 20 15:29:28 UTC 2021


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 at redhat.com>
---
 tests/qemuxml2argvdata/boot-menu-enable-with-timeout.err | 1 -
 tests/qemuxml2argvtest.c                                 | 1 -
 2 files changed, 2 deletions(-)
 delete mode 100644 tests/qemuxml2argvdata/boot-menu-enable-with-timeout.err

diff --git a/tests/qemuxml2argvdata/boot-menu-enable-with-timeout.err b/tests/qemuxml2argvdata/boot-menu-enable-with-timeout.err
deleted file mode 100644
index 3ac2abf11b..0000000000
--- a/tests/qemuxml2argvdata/boot-menu-enable-with-timeout.err
+++ /dev/null
@@ -1 +0,0 @@
-unsupported configuration: splash timeout is not supported by this QEMU binary
diff --git a/tests/qemuxml2argvtest.c b/tests/qemuxml2argvtest.c
index e13aeb4b15..e68b63c67d 100644
--- a/tests/qemuxml2argvtest.c
+++ b/tests/qemuxml2argvtest.c
@@ -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");
-- 
2.31.1




More information about the libvir-list mailing list