1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-21 22:47:22 +00:00

anaconda_help: don't include 'root' in the root password

anaconda now warns about this and it breaks things.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-08-05 11:28:24 -07:00
parent b867f9cd28
commit fcbcaaf59a

View File

@ -56,9 +56,9 @@ sub run {
# account' before typing the password. For older versions,
# clicking this needle does nothing but is harmless
assert_and_click "anaconda_install_root_password_screen";
type_safely "weakrootpassword";
type_safely "weakadminpassword";
send_key "tab";
type_safely "weakrootpassword";
type_safely "weakadminpassword";
assert_and_click "anaconda_spoke_done";
}
# Begin installation after waiting out animation