Project

General

Profile

action #110779

Updated by JERiveraMoya over 1 year ago

#### Motivation 
 See parent task #110770 
 We have this dependency chain: 

 ``` 
 create_hdd_gnome ---> create_hdd_gnome_libyui ---> yast2_ncurses_gnome 
                                              |-->yast2_gui ->create_hdd_gnome_libyui-->yast2_ncurses_gnome 
                                           |->yast2_gui 
 ``` 
 As we don't need to cover in PowerVM GUI applications, we just need to migrate 'yast2_ncurses_gnome', but at the same time we don't need a gnome image to be used with ncurses, we just need a textmode one including the development module. 
 Therefore in this ticket we will be creating an AutoYaST test suite which will take care of installing libyui-rest-api and adding the port for the firewalld, replacing completely this test suite https://openqa.suse.de/tests/9564402#step/firewalld_add_port/1 

 #### Acceptance criteria 
 **AC1**: Create new AutoYaST Migrate test suite 'yast2_ncurses_gnome' from PowerKVM to PowerVM 

 #### Suggestions 
 PowerVM is not installed with a desktop so we should evaluate what we could run from yast_gui,therefore in this case it is more like we will introduce the steps to install a textmode system with some changes for PowerVM which install necessary product modules and configure libyui REST to from `create_hdd_gnome_libyui`. So with one test suite would be used 
 **AC2**: Setup yast2_ncurses for this architecture enough to start directly after this new ay profile 
 **AC3**: Do not run yast2_gui for ppc64le 

 #### Additional information 
 Use openQA setting to create replace the connection: 'START_DIRECTLY_AFTER_TEST' dependency chain mentioned above.

Back