coordination #163919
Updated by JERiveraMoya 5 months ago
#### Motivation Prepare automation to have MVP ready for Beta 1 (29th Nov), see [schedule](https://confluence.suse.com/pages/viewpage.action?pageId=1491959849) Task will include: - Sync of agama iso in O3 - Integration with openQA to boot in all the architectures. - Basic script that perform default installation of Tumbleweed. - Break out the script using Page Object Model (POM) for code reuse and maintainability. - Once Agama will be available in IBS, perform previous activities to install a default SLES 16. What is out of scope: - Automate any scenario different from the default installation, all these activities are related with the setup, what to test is another big task (epic) to think about it, for example, a default installation with Agama doesn't have much value, other than to serve as regression, testing should use images created in IBS to test that scenario for SLES 16. #### Acceptance criteria - **AC1**: Automation of a default installation of Tumbleweed is running in O3 for each build created in OBS. - **AC2**: Automation of a default installation of SLES 16 is running in OSD for each build created in IBS. - **AC3**: Automation is designed aiming for re reusability reusing of code and maintainability of code (ie using POM).