1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-23 07:17:23 +00:00

Add login into system.

This commit is contained in:
Lukas Ruzicka 2018-06-27 11:55:59 +02:00
parent 80aeb39b33
commit 43596423ee

View File

@ -18,8 +18,8 @@ sub run {
send_key "ctrl-alt-f1"; send_key "ctrl-alt-f1";
# login onto the system # login onto the system
assert_screen "graphical_login_input";
send_key "ret"; send_key "ret";
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";