mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-08-29 18:45:46 +00:00
Fix variables
This commit is contained in:
parent
2331f88964
commit
5f222b2862
@ -28,14 +28,14 @@ sub run {
|
||||
# Log onto the system.
|
||||
assert_screen("connection_authorization");
|
||||
assert_and_click("connection_namefield");
|
||||
type_very_safely($user);
|
||||
type_very_safely($rdpuser);
|
||||
send_key("tab");
|
||||
send_key("tab");
|
||||
type_very_safely($password);
|
||||
type_very_safely($rdppass);
|
||||
assert_and_click("connection_authenticate");
|
||||
wait_still_screen(3);
|
||||
send_key("ret");
|
||||
type_very_safely("$syspw\n");
|
||||
type_very_safely("$password\n");
|
||||
wait_still_screen(2);
|
||||
|
||||
# Start the terminal
|
||||
|
Loading…
Reference in New Issue
Block a user