Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions e2e-tests/resources/authd.resource
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,14 @@ Change Password
Hid.Keys Combo Return

Match Text Enter your local password: 15
Builtin.Sleep 2
Hid.Type String ${local_password}
Hid.Keys Combo Return

Match Text New password: 15
Builtin.Sleep 2
Hid.Type String ${new_password}
Hid.Keys Combo Return

Match Text Confirm password: 15
Builtin.Sleep 2
Hid.Type String ${new_password}
Hid.Keys Combo Return

Expand Down Expand Up @@ -83,12 +80,9 @@ Check That Remote User Can Run Sudo Commands
[Arguments] ${local_password}
Hid.Type String sudo touch sudo-test.txt
Hid.Keys Combo Return
Builtin.Sleep 2
Match Text Enter your local password: 15
Builtin.Sleep 2
Hid.Type String ${local_password}
Hid.Keys Combo Return
Builtin.Sleep 2
Hid.Type String ls -l
Hid.Keys Combo Return
Match Text sudo-test.txt 15
3 changes: 0 additions & 3 deletions e2e-tests/resources/broker.resource
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ Select Provider
Match Text 2. ${PROVIDER_DISPLAY_NAME}

Hid.Type String 2
Builtin.Sleep 2


Regenerate QR Code
Expand Down Expand Up @@ -100,11 +99,9 @@ Log In With Remote User Through CLI: Local Password
Try machinectl login Prompt
Hid.Type String ${username}
Hid.Keys Combo Return
Builtin.Sleep 2
Match Text Enter your local password: 120
Hid.Type String ${local_password}
Hid.Keys Combo Return
Builtin.Sleep 2
Match Text ${username}@ubuntu:~$ 120


Expand Down
Loading