From f44d1eb0c401f70c5d48044bf1c61d269670b21f Mon Sep 17 00:00:00 2001 From: AlanMarshall Date: Sat, 23 Nov 2024 16:21:15 +0000 Subject: [PATCH] Bugfix for server_realmd_join_kickstart In module _boot_to_anaconda.pm line 93 there is a 60 min timeout giving time for the bootloader, install and login sequence to complete. A correction is made here to the needle tag which detects the end of that sequence and thereby allows the server_realmd_join_kickstart test to complete which in turn allows the server_role_deploy_domain_controller test also to complete --- tests/_boot_to_anaconda.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/_boot_to_anaconda.pm b/tests/_boot_to_anaconda.pm index 19f3d76d..cf392b8b 100644 --- a/tests/_boot_to_anaconda.pm +++ b/tests/_boot_to_anaconda.pm @@ -90,7 +90,7 @@ sub run { # match for the installer bootloader if it hangs around for a # while after do_bootloader finishes (in PXE case it does) sleep 20; - assert_screen "bootloader", 3600; + assert_screen "login_screen", 3600; } else { if (get_var("ANACONDA_TEXT")) {