Skip to content

Commit

Permalink
Merge pull request #20259 from jlausuch/ssh_firstboot
Browse files Browse the repository at this point in the history
Enable SSH Enrollment for Firsboot in SLE 16
  • Loading branch information
grisu48 authored Sep 24, 2024
2 parents 946b70c + 1141380 commit 6867869
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/jeos/firstrun.pm
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ sub run {
assert_screen 're-encrypt-finished', 600;
}

unless (is_sle || is_sle_micro('<=6.0') || is_leap) {
if (is_tumbleweed || is_microos || is_sle_micro('>6.0') || is_sle('>=16')) {
assert_screen 'jeos-ssh-enroll-or-not', 120;

if (get_var('SSH_ENROLL_PAIR')) {
Expand All @@ -294,9 +294,6 @@ sub run {
} else {
send_key 'n';
}
}

if (is_tumbleweed || is_sle_micro('>6.0') || is_microos) {
create_user_in_ui();
}

Expand Down

0 comments on commit 6867869

Please sign in to comment.