action #88615
closedcoordination #71242: [epic] Unify validation in the installed system
Improve validation of System Role by checking that the exact number of patterns were installed
0%
Description
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¶
- Patterns list is validated in the installed system for the roles/scenarios listed above
Updated by JERiveraMoya almost 4 years ago
- Tracker changed from coordination to action
- Target version set to SLE 15 SP3
Updated by JERiveraMoya almost 4 years ago
- Subject changed from Improve validation of System Role by checking that the exact number of patterns installed to Improve validation of System Role by checking that the exact number of patterns were installed
Updated by riafarov over 3 years ago
- Description updated (diff)
- Status changed from New to Workable
Updated by JERiveraMoya over 3 years ago
- Status changed from Workable to In Progress
Updated by oorlov over 3 years ago
- Status changed from In Progress to Feedback
Updated by riafarov over 3 years ago
powerVM will need more love https://openqa.suse.de/tests/5785756 somehow gnome is selected as a system role now and we have gnome pattern being installed.
Updated by oorlov over 3 years ago
I've investigated the issue a bit and noticed, that the Gnome system role was mistakenly selected there from the first run due to a wrong needle (https://openqa.suse.de/tests/5119980#step/system_role/1). I'll look at it more closely and if it can be fixed easily, I'll fix it in scope of this ticket.