[(pushed) PATCH] tests: qemuxml2argvdata: Remove two unused output files

Peter Krempa pkrempa at redhat.com
Mon Sep 5 15:26:01 UTC 2022


Commit d7ae7ce363aa51ab46 forgot to clean up unused error output files
'boot-dev+order.err' and 'boot-menu-enable-with-timeout-invalid'
after converting tests to DO_TEST_CAPS_LATEST.

Fixes: d7ae7ce363aa51ab4600261b5934075388843142
Signed-off-by: Peter Krempa <pkrempa at redhat.com>
---

Pushed as trivial.

 tests/qemuxml2argvdata/boot-dev+order.err                        | 1 -
 tests/qemuxml2argvdata/boot-menu-enable-with-timeout-invalid.err | 1 -
 2 files changed, 2 deletions(-)
 delete mode 100644 tests/qemuxml2argvdata/boot-dev+order.err
 delete mode 100644 tests/qemuxml2argvdata/boot-menu-enable-with-timeout-invalid.err

diff --git a/tests/qemuxml2argvdata/boot-dev+order.err b/tests/qemuxml2argvdata/boot-dev+order.err
deleted file mode 100644
index aeb27ec0b8..0000000000
--- a/tests/qemuxml2argvdata/boot-dev+order.err
+++ /dev/null
@@ -1 +0,0 @@
-unsupported configuration: per-device boot elements cannot be used together with os/boot elements
diff --git a/tests/qemuxml2argvdata/boot-menu-enable-with-timeout-invalid.err b/tests/qemuxml2argvdata/boot-menu-enable-with-timeout-invalid.err
deleted file mode 100644
index 38c0be7818..0000000000
--- a/tests/qemuxml2argvdata/boot-menu-enable-with-timeout-invalid.err
+++ /dev/null
@@ -1 +0,0 @@
-unsupported configuration: invalid value for boot menu timeout, must be in range [0,65535]
-- 
2.37.1



More information about the libvir-list mailing list