Skip to content

Commit

Permalink
Merge pull request os-autoinst#11715 from ggardet/fix_ssh
Browse files Browse the repository at this point in the history
Fix 1st ssh connection on generalhw by using 'root-ssh'
  • Loading branch information
ggardet authored Jan 11, 2021
2 parents a882aea + f3cd72d commit 360d659
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/jeos/prepare_firstboot.pm
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ sub run {

# Handle default credentials for ssh login
$testapi::password = $default_password;
$self->select_serial_terminal;
# 'root-ssh' console will wait for SUT to be reachable from ssh
select_console('root-ssh');
}
else {
# Login with default credentials (root:linux)
Expand Down

0 comments on commit 360d659

Please sign in to comment.