Project

General

Profile

action #88615

Updated by riafarov over 3 years ago

As a QE member I want to improve validation of System Role by checking that the exact number of patterns selected to be installed are present in the running system and no other patterns are present. 
 Current we have mechanism in test module 'validate_installed_software' used for checking sofware and packages which doesn't guarantee a closed set of patterns installed. 
 We should unify this mechanism and include this command `zypper -n se -i -t pattern` to know all the exact pattern in the SUT. 

 We start with validation of the patterns in the installed system and check patterns listed on the Overview page. 

 Further information: 
 System Roles and scenarios: 
 ``` 
                              |gnome_basic|base|enhanced_base|apparmor|yast2_basis|yast2_desktop|yast2_server|fonts|x11|devel_yast| 
 |Role Text Mode                |             |    x |        x        |      x     |       x       |               |              |       | x |            | 
 |Role Minimal 	              |             |    x |               |          |             |               |              |       |     |            | 
 |minimal+base_yast             |             |    x |        x        |          |             |               |              |       |     |            | 
 |Role SLES with GNOME          |        x      |    x |        x        |      x     |       x       |        x        |        x       |    x    | x |            | 
 |select_modules_and_patterns |        x      |    x |        x        |      x     |       x       |        x        |        x       |    x    | x |      x       | 
 ``` 

 ## Acceptance criteria 
 1. Patterns list is validated in the installed system for the roles/scenarios listed above

Back