Project

General

Profile

coordination #42401

Updated by riafarov about 5 years ago

## Motivation 
 With last set of changes to UI of the partitioner, we have identified that it's required to adjust similar code in multiple places, instead of just one per functionality. 

 tests/installation/partitioning_raid.pm has quite some implementations of the same thing like addpart and more specific things like add_prep_boot_partition which again do 95% (I came up with this number) same thing which can be parametrized. 

 Also test module is quite complex ## Acceptance criteria 
 1. No functionally similar methods exist in    tests/installation/partitioning_raid.pm and hard to maintain in the setup to support multiple versions of multiple distributions. from lib/partition_setup.pm

Back