Project

General

Profile

action #35959

Updated by riafarov almost 6 years ago

## 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:** Remove `FORMAT_DASD_YAST` setting is not used in from existing ext4 testsuite to be more consistent compared to other installation scenarios 
 **AC2:** Add explicit testsuite formats DASD during installation is enabled for SLE12 and SLE15 `<something+format-during-installation>` which has `FORMAT_DASD_YAST=1` 
 **AC3:** Add explicit testsuite which will not format the DASD at all for SLE12 and SLE15 by setting `FORMAT_DASD_YAST=0` 

 ## Suggestion 
 We 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. 


 

Back