Project

General

Profile

action #94904

Updated by oorlov almost 3 years ago

## Motivation 

 There are a lot of test suites where `partitioning` and `partitioning_finish` are used, even though they do nothing, just setting shortcuts and pressing "Next". As we are switching to LibyuiClient in installer, we do not need those modules anymore and can replace them with OOP+Libyui implementation. 

 ## Scope 
 Job Groups: [YaST](https://openqa.suse.de/tests/overview?arch=&machine=&modules=partitioning&distri=sle&version=15-SP3&build=187.1&groupid=129#), [openSUSE Tumbleweed](https://openqa.opensuse.org/tests/overview?arch=&machine=&modules=partitioning&distri=microos&distri=opensuse&version=Tumbleweed&build=20210628&groupid=1#), [openSUSE Leap 15](https://openqa.opensuse.org/tests/overview?arch=&machine=&modules=partitioning&distri=opensuse&version=15.3&build=160.3&groupid=50#). 

 ## Task: 
 1. Implement test module that just presses "Next" button on Suggested Partitioning Screen; 
 2. Replace combination of `partitioning` and `partitioning_finish` modules with [accept_proposed_layout](https://openqa.suse.de/tests/6352177#step/accept_proposed_layout/1); the new one; 
 2. 3. Optional: Create schedule in case it is not created yet (e.g. on openSUSE). If there are too many of them, please create separate ticket to do so instead, so that this task will not be overcomplicated.

Back