Skip to content

Commit

Permalink
Skip TOTP for sle micro
Browse files Browse the repository at this point in the history
TOTP screen is brand new and for now we can just skip the option in
order to unblock other tests. Further testing requirements should be
discussed later.
  • Loading branch information
mloviska committed Sep 30, 2024
1 parent d9fcc37 commit be2f1d8
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 be2f1d8

Please sign in to comment.