Project

General

Profile

action #110773

Updated by JERiveraMoya over 1 year ago

#### Motivation 
 See parent task #110770 

 #### Scope 
 modify_existing_partition run only in YaST group in ppc64le 

 #### Acceptance criteria 
 **AC1**: Adapt modify_existing_partition to run in PowerVM 

 #### Suggestions 
 In PowerVM we do some actions to wipe out the disks so we can have fixed expectation: 
 https://github.com/os-autoinst/os-autoinst-distri-opensuse/blob/master/lib/bootloader_pvm.pm#L135 
 We could do something similar here after wiping out in order to prepare the disk in similar fashion than for qemu is done in the parent job that is booted. That would save us to run AutoYaST directly chained here.

Back