Project

General

Profile

action #66550

Updated by SLindoMansilla over 3 years ago

## Motivation 

 The installation of all patterns during OS installation is already covered by #66541 
 To save resources and easy test suite maintenance, this test suite should be split into: 

 - extra_tests_textmode_we_allpatterns 
 - extra_tests_gnome_we_allpatterns 

 Which would cover if installing those patterns is possible after SO installation with default SLE modules enabled. 


 ## Tasks 

 1. Create test suite **extra_tests_textmode_we_allpatterns** 
    - `START_AFTER_TEST=create_hdd_textmode` 
 2. Create test suite **extra_tests_gnome_we_allpatterns** 
    - `START_AFTER_TEST=create_hdd_gnome` 
 3. Create test module `enable_we_all_patterns` that enables WE module and install all available patterns (Base, Server, [Desktop (gnome)], WE) 
 4. Unschedule test suite **we+allpatterns** from "SLE15-SP2: Functional" job group. 


 ## Acceptance criteria 

 - **AC:** The test suites **extra_tests_textmode_we_allpatterns** and **extra_tests_gnome_we_allpatterns** perform the same post installation tests as test suite **we+allpatterns**

Back