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 
 https://openqa.suse.de/tests/9758750 

 #### Acceptance criteria 
 **AC1**: Create autoinstallation with AutoYaST which does similar setup (some default installation) than create_hdd_gnome 
 **AC2**: Adapt modify_existing_partition to run in PowerVM 

 #### Suggestions 
 ~~In 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.~~ 
 I don't think we can run by command this setup, it is easier to have and auto-installation directly chained. 
 In Functional groups we created: [autoyast_create_hdd_gnome](https://openqa.suse.de/tests/overview?arch=&flavor=&machine=&test=autoyast_create_hdd_gnome&modules=&module_re=&distri=sle&groupid=110&version=15-SP5&build=29.1#) which should be a starting point. For all those AutoYaST create_hdd_gnome in Functional we will need a copy in our job group in the near future, so the AutoYaST image for this job would complete that work for the arch missing. here.

Back