Project

General

Profile

action #80780

Updated by riafarov over 3 years ago

As of now we only check that system boots, but do not even verify that ssh connection is available after the initial reboot. 

 We already have modules to validate ssh service is running and port is open. 
 Check tests/console/sshd.pm and tests/console/sshd_running.pm 

 ## Acceptable criteria 
 1. ssh connection is validated in the installed system

Back