Project

General

Profile

action #53804

Updated by riafarov over 4 years ago

## Motivation 
 Before the [PR#7634](https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/7634), there were steps that modified existing partition in `partitioning_raid.pm` test module (please, see the example: [start of modifying](https://openqa.suse.de/tests/2921718#step/partitioning_raid/172), [finish of modifying](https://openqa.suse.de/tests/2921718#step/partitioning_raid/184) ). 

 The modifying part was not added with the PR, which reduces the test coverage. 
 So we could use proposal and modify partitions from it. 

 Scope is SLE 15 SP2 and TW only. 

 ## Acceptance criteria Task 
 1. Create new Define Architectures, RAID levels where the Test Suites Suite which contain partition modifying should be triggered triggered; 
 2. Create new Test Suites on both o3 and osd using Object Oriented approach and 'yaml' scheduling; 
 2. 3. Verify that all the test suites executed correctly; 
 3. Validate that changes were applied in the installed system; correctly.

Back