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
This commit is contained in:
Alan Marshall 2024-11-23 16:21:15 +00:00
parent 34adf892ab
commit f44d1eb0c4
Signed by: alangm
GPG Key ID: 4DF85D1B967F51A6

View File

@ -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")) {