mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-14 18:53:12 +00:00
Add login into system.
This commit is contained in:
parent
e402d5d819
commit
4e54961509
@ -18,7 +18,7 @@ sub run {
|
|||||||
send_key "ctrl-alt-f1";
|
send_key "ctrl-alt-f1";
|
||||||
|
|
||||||
# login onto the system
|
# login onto the system
|
||||||
assert_screen "graphical_login"
|
assert_screen "graphical_login";
|
||||||
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");
|
||||||
|
Loading…
Reference in New Issue
Block a user