Project

General

Profile

action #33340

Updated by riafarov almost 6 years ago

The current implementation of the spvm backend can only install in textmode ([reference](http://grenache-1.qa.suse.de/tests/138#step/welcome/3)). 

 This most likely happens because the initiated console from the powerVM backend is not correctly pass the $gui parameter to sshCommand (consoles/console.pm) with then in turn never adds "-X" to the ssh options. The resulting call of yast.ssh inside the SUT then opens the ncurses UI and not the graphical installer. 

 **AC1:** A cloned graphical job from OSD actually starts a graphical installer with the powerVM backend 

 ## Suggestion 
 Verify with WIP PR for powerVM in os-autoinst 
 Contact nsinger for details how to run tests on grenache

Back