mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-30 08:56:26 +00:00
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:
parent
34adf892ab
commit
f44d1eb0c4
@ -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")) {
|
||||
|
Loading…
Reference in New Issue
Block a user