Project

General

Profile

action #40940

Updated by riafarov over 5 years ago

## Motivation 

 Missing coverage of warnings when partitions are too small. 
 - See aarch64 as example of warning: https://openqa.suse.de/tests/1537492#step/partitioning_warnings/20 
 - Latest: https://openqa.suse.de/tests/latest?machine=64bit&version=15&flavor=Installer-DVD&distri=sle&arch=x86_64&test=btrfs%2Bwarnings 

 Basically we need to port SLE test, both openSUSE distris have storage-ng. 

 Also, small follow-up from previous ticket: https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/5807/files#diff-d11252e50616d08794fc3ad8859943ddR157 

 ## Acceptance criteria 

 - **AC1:** The test module partitioning_warnings checks for warnings about too small required partitions 
 - **AC2:** Test module is scheduled for openSUSE distributions TW, Leap 15.1 
 - **AC3:** Only relevant partitions are tested, no sense in testing prep boot on x86_64 (see https://openqa.suse.de/tests/2084658#step/partitioning_warnings/58) 


 ## Tasks 

 1. Adapt test module *installation/partitioning_warnings.pm*

Back