Project

General

Profile

action #111016

Updated by geor over 1 year ago

#### Motivation #### 
 Motivated by this discussion: 
 https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/14887 
 yast2 kdump seems to be a good candidate to use libyui rest api. 
 In previous task we have seen how tricky is the logic with popup that open or not sometimes. 
 A better design will help here in the future. 

 #### Scope #### 
 Affects module `yast2_kdump` in testsuite `yast2_ncurses_textmode`. 
 Limited limited to SLE 15-SP5 online medium. medium 
 All archs and backends. 

 https://openqa.suse.de/tests/overview?arch=&flavor=&machine=&test=&modules=yast2_kdump&module_re=&distri=sle&version=15-SP5&build=24.1&groupid=129 

 #### Acceptance criteria #### 
 **AC1**:    Interact with yast2 kdump via libyui rest api 

 #### Additional information #### 
 Takes as example how to design and map the screen: #113492 

Back