Project

General

Profile

action #33337

Updated by okurz about 6 years ago

## Motivation 
 The current implementation of the spvm backend cannot handle reconnects after the installation. 
 This is most likely caused by "install_and_reboot.pm" not using the right console to switch back to the installer. So  
 `use_ssh_serial_console` *and/or* `select_console 'installation'` are potential suspects to look into. 

 ## Acceptance criteria 
 **AC1:** The module `install_and_reboot.pm` is able to switch back to the installer to continue the reboot timer 

 ## Tasks 
 * `git clone os-autoinst` to be ready to adapt the backend 
 * TODO @nicksinger how to conduct a test?

Back