[elbe-devel] [PATCH 1/4] tests/simple-amd64-with-grub-uefi: use -nographic image check
Thomas Weißschuh
thomas.weissschuh at linutronix.de
Wed Mar 6 10:53:57 CET 2024
The image check uses the serial console to interact with the tested
operating system.
The serial console needs to be enabled and the graphic UI should be
disabled to reduce clutter.
-nographic does both of those.
Signed-off-by: Thomas Weißschuh <thomas.weissschuh at linutronix.de>
---
tests/simple-amd64-with-grub-uefi.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/simple-amd64-with-grub-uefi.xml b/tests/simple-amd64-with-grub-uefi.xml
index 4623562894f9..a224573408ca 100644
--- a/tests/simple-amd64-with-grub-uefi.xml
+++ b/tests/simple-amd64-with-grub-uefi.xml
@@ -96,7 +96,7 @@ SPDX-FileCopyrightText: Linutronix GmbH
figure out a way to pass variants from elbe-ci to
elbe-check-build first.
-->
- <interpreter-opts>-bios OVMF.fd -m 2G -enable-kvm -cpu host -drive format=raw,file=$ELBE_IMG</interpreter-opts>
+ <interpreter-opts>-bios OVMF.fd -m 2G -enable-kvm -cpu host -drive format=raw,file=$ELBE_IMG -nographic</interpreter-opts>
<action> <login /> </action>
</check>
--
2.44.0
More information about the elbe-devel
mailing list