action #35959
closedcoordination #34333: [functional][y][epic] More test scenarios covering installation on existing partition layouts
[sle][functional][y][s390x][medium] Add tests for s390x to test on "existing sle on dasd" and explicitly test the DASD formatting during installation
0%
Description
User Story¶
Right now we format the DASD on which the system is going to be installed before we start the installation.
Except in one case (ext4), where we set FORMAT_DASD_YAST
to trigger the formatting during installation
This ticket is about adding two new testcases to be more explicit on this
This PR is about being able to set different values for FORMAT_DASD_YAST
-> https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/4978
Acceptance Criteria¶
AC1: FORMAT_DASD_YAST
setting is not used in existing ext4 testsuite to be more consistent compared to other installation scenarios
AC2: explicit testsuite formats DASD during installation is enabled for SLE12 and SLE15
AC3: explicit testsuite which will not format the DASD at all for SLE12 and SLE15
Suggestion¶
We might need to find a better naming for this variable and values, e.g. FORMAT_DASD_YAST may have 3 possible values for each of scenarios defined.