Skip to content

Commit

Permalink
Merge pull request #11002 from JRivrain/fixup_firstboot_user
Browse files Browse the repository at this point in the history
Enable autologin in firstboot
  • Loading branch information
Rodion I committed Sep 17, 2020
2 parents 0ecc8f9 + d7b1500 commit 25db0dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/installation/yast2_firstboot.pm
Expand Up @@ -60,6 +60,8 @@ sub firstboot_timezone {
sub firstboot_user {
assert_screen 'local_user';
enter_userinfo(username => get_var('YAST2_FIRSTBOOT_USERNAME'));
# In opensuse, we expect autologin at first boot, not in SLE.
wait_screen_change(sub { send_key 'alt-a'; }, 7) if is_opensuse;
wait_screen_change(sub { send_key $cmd{next}; }, 7);
await_password_check;
}
Expand Down

0 comments on commit 25db0dd

Please sign in to comment.