action #107674
Updated by JERiveraMoya almost 3 years ago
### Motivation
Ensure that AutoYaST works fine in all architecture and give a head start to QE-Core squad to implement the rest of the create_hdd scenarios in the near future.
### Acceptance criteria
**AC1**: Migrate create_hdd_gnome in Functional group to use AutoYaST.
**AC2**: Ensure dependent job run without problems (image created is similar/equal to the one created with AutoYaST)
### Further information
Check this example of migration for x86_64: https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/14354
Basic steps are as follows:
- Recover cloned AutoYaST profile via yast2 clone_system.
- Prepare test suite that use that profile and keep same setting than original job for publishing images, ensuring also that the dependencies works fine.
- For svirt-xen we might not have any example in YaST group but in theory should work.