Project

General

Profile

action #45146

Updated by SLindoMansilla almost 5 years ago

## Motivation 

 
 See #44843#note-4 . We should use proper consoles from os-autoinst and not write wrappers of wrappers as consoles should provide already enough abstraction. 

 ## Acceptance criteria 

 - **AC1:** Tasks 1 and 2 are done. 


 ## Tasks 

 1. Handle all remote consoles in the activate_console method: https://github.com/os-autoinst/os-autoinst-distri-opensuse/blob/master/lib/susedistribution.pm#L681 
 2. Refactor the code so that it properly uses select_console('root-console') without wrappers nor if-else conditions.

Back