1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-21 21:43:08 +00:00

iot_zezere_remote: add a safety wait after adding ssh key

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-03-14 08:32:25 -07:00
parent 41f2adaf46
commit 4ee74a0bca

View File

@ -33,6 +33,7 @@ sub run {
type_string "$sshpub"; type_string "$sshpub";
send_key "tab"; send_key "tab";
send_key "ret"; send_key "ret";
wait_still_screen 3;
# claim the device # claim the device
assert_and_click "zezere_claim_unowned"; assert_and_click "zezere_claim_unowned";
assert_and_click "zezere_claim_button"; assert_and_click "zezere_claim_button";