Actions
action #120142
closedcoordination #121876: [epic] Handle openQA review failures in Yam squad - SLE 15 SP5
Ensure access to console in s390x kvm instance over ssh
Description
Observation¶
openQA test in scenario sle-15-SP5-Online-s390x-create_hdd_autoyast_containers@s390x-kvm-sle12 fails in
console
trying to connect to a s390x kvm instance over ssh but the system is not reachable (yet), likely the connection attempt only tries for up to certain value.
For s390x-kvm-sle12 seems that 60 seconds is not enough.
We should as minimum increase the timeout in lib/susedistribution.pm when connecting ssh in activate_console
Acceptance criteria¶
AC1: Increase timeout for ssh connection
Additional information¶
Consider to apply some logic applied by other backends some "reachiability" checks,
e.g. calling first ping, then nc on port 22 before trying to select a console.
Actions