Skip to content

Commit

Permalink
Merge pull request os-autoinst#20315 from mloviska/totp_jfb
Browse files Browse the repository at this point in the history
Skip TOTP for sle micro
  • Loading branch information
asmorodskyi authored Sep 30, 2024
2 parents 1873d9d + be2f1d8 commit 7dbced9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/jeos/firstrun.pm
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,16 @@ sub run {
create_user_in_ui();
}

if (is_sle_micro('>6.0')) {
assert_screen 'jeos-totp-for-cockpit';
for (1 .. 2) {
wait_screen_change(sub {
send_key 'tab';
}, 10);
}
send_key 'ret';
}

if (is_generalhw && is_aarch64 && !is_leap("<15.4") && !is_tumbleweed) {
assert_screen 'jeos-please-configure-wifi';
send_key 'n';
Expand Down

0 comments on commit 7dbced9

Please sign in to comment.