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

Add login into system.

This commit is contained in:
Lukas Ruzicka 2018-06-27 12:11:34 +02:00
parent 43596423ee
commit 796455e205

View File

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