Project

General

Profile

action #96801

Updated by JERiveraMoya over 2 years ago

We have nicely implemented `select_role` test module which already uses OOP and Libyui. But since we've discovered that it will be more transparent to have test module to be explicit in what it does, we need to refactor the existing `select_role` test module a bit. 

 ## Scope: 
 Job Groups: YaST, openSUSE Tumbleweed, openSUSE Leap 15 

 ## Task: 
 1. Find all the places where `select_role` is used to identify which roles it selects; 
 2. Create as many test modules as this test module selects and name them respectively (e.g. select_role_textmode, select_role_transactional_server`); 
 3. Replace all the occurrences of `select_role` with the new test modules. 

 If possible (not to long name, call it select(install)_system_role_X.

Back