action #26038
Updated by okurz over 7 years ago
## acceptance criteria * **AC1:** An installation is conducted with registration and system role "minimal" selected ## tasks * review existing use of the test variable "SYSTEM_ROLE" (0.2-2h) -> DONE: so far only used for kvm, xen and in caasp for different roles * review the existing test suites "textmode" and "minimalx" if it should use that new system role but in a backward compatible way to still support older versions, e.g. maintenance tests and SLE 12 SP4 (1-4h) -> DONE: role "minimal" does not include a lot of packages so probably it does not make sense to test more stuff. We should go with what corresponds to "INSTALLONLY" * add a scenario using that role, e.g. change the existing installation test suite "textmode" to add a SLE15 specific system role setting which will not impact older versions? (1-4h) -> based on either sle15 && no_registration or if explicitly selected SYSTEM_ROLE=minimal we should implicitly set DESKTOP=textmode and do what INSTALLONLY=1 does in the test plan * adapt the test modules that can be executed based on that system role (2-8h)