action #76918
closedcoordination #73642: Modify allmodules+allpatterns+registration test suite
Redesign allmodules+allpatterns+registration to avoid installation of all patterns
0%
Description
See motivation in the parent ticket.
We don't benefit from selecting all patterns blindly, but what makes sense is selecting multiple modules, skip registration during the installation and do the registration after installation is conducted.
This might be combined with skip_registration scenario, as enabling multiple modules doesn't significantly increase coverage, as most of them just provide additional packages. But it still brings value, as tests whether those modules cannot be activated properly.
NOTE: Patterns selection and is installation testing is covered in #76921
Acceptance criteria¶
- Scenario is redesigned not to install all patterns
- Modules selection is kept as in original scenario, including post installation registration
- New scenario is executed on all backends where allmodules+allpatterns+registration was scheduled
Updated by riafarov about 4 years ago
- Description updated (diff)
- Status changed from New to Workable
Updated by syrianidou_sofia about 4 years ago
- Status changed from Workable to In Progress
Updated by JRivrain about 4 years ago
- Status changed from In Progress to Feedback
PR merged https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/11385, put in feedback until next build.