1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-13 10:24:20 +00:00

Add login into system.

This commit is contained in:
Lukas Ruzicka 2018-06-27 12:42:15 +02:00
parent e402d5d819
commit 4e54961509

View File

@ -18,7 +18,7 @@ sub run {
send_key "ctrl-alt-f1";
# login onto the system
assert_screen "graphical_login"
assert_screen "graphical_login";
send_key "ret";
assert_screen "graphical_login_input";
my $password = get_var("USER_PASSWORD", "weakpassword");