Project

General

Profile

action #33145

Updated by riafarov about 6 years ago

See https://github.com/yast/yast.github.io/issues/146#issuecomment-370480994 

 Now we can clone disks partitioning using described functionality, and we should cover it. 
 One of the possible use cases can be raid partitioning, to clone disks instead of repeating same actions for each drive. 

 Test has to include multiple drives, perform partitioning of one of the drives and then cloning it to another. 

 ## Acceptance criteria 
 * **AC1:** Functionality is verified tested manually in the installer and in the installed system 
 * **AC2:** Automated test is created which verifies disk cloning using expert partitioner to create RAID0 setup, similarly to [RAID0 openQA test](https://openqa.suse.de/tests/latest?distri=sle&version=15&arch=x86_64&machine=64bit&test=RAID0&flavor=Installer-DVD), but by simply cloning the disk 
 * **AC3:** Test is enabled introduced for SLE and openSUSE with storage-ng (optional)

Back