Project

General

Profile

action #53804

Updated by oorlov almost 5 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), modifying](https://openqa.suse.de/tests/2921718#step/partitioning_raid/172, [finish of modifying](https://openqa.suse.de/tests/2921718#step/partitioning_raid/184) ). 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. 

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

Back