Actions
action #55232
openExplore the use of consoles calling ssh in tests rather than ssh-based backend terminals can improve stability and reviewability
Start date:
2019-08-08
Due date:
% Done:
0%
Estimated time:
Description
Motivation¶
Some backends use ssh but have some instabilities as well as inefficiencies, e.g. using password based authentication including needle checking. If something goes wrong in this process the test reviewers are often confused which component triggered the ssh connection and struggle to debug. Using consoles in tests explicitly calling ssh as in
https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/8099/files#diff-a2a433d5914343b617ae52ac0fb40524R778 could help, also because we can use ssh configs and ssh key based authentication
Updated by okurz almost 5 years ago
Others have started to use the new ssh consoles, e.g. in #54842 and especially https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/8422
Actions