From 20b20efcca3a7c1d5e7acc375e31afbc212784cf Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Tue, 31 Dec 2024 14:13:29 +0100 Subject: Testsuite: T861: boot system in serial console mode to get the full boot log --- scripts/check-qemu-install | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/check-qemu-install b/scripts/check-qemu-install index 00bdf080..0a5e3970 100755 --- a/scripts/check-qemu-install +++ b/scripts/check-qemu-install @@ -375,8 +375,10 @@ try: toggleUEFISecureBoot(c) try: - c.expect('Automatic boot in', timeout=10) - c.sendline('') + c.expect('Welcome to GRUB', timeout=10) + c.send(KEY_DOWN) + c.send(KEY_DOWN) + c.send(KEY_RETURN) except pexpect.TIMEOUT: log.warning('Did not find GRUB countdown window, ignoring') -- cgit v1.2.3