action #28893
Updated by SLindoMansilla over 7 years ago
## Story As an openQA test developer, I want to adapt the test suite **toolchain_zypper** to boot from a hdd with an already installed system, so I maintain retro compatibility between SLE 12-SP3, 12-SP4 and 15 with the same test suite. ## Acceptance criteria - **AC1:** **AC:** The test suite create_hdd_textmode works for SLE 12-SP3, 12-SP4 and 15 on _aarch64_, _ppc64le_ and _x86_64_ - **AC2:** The test suite **toolchain_zypper** boots from an existing installation for SLE 12-SP3, 12-SP4 and 15. ## Tasks 1. Clone the job for **create_hdd_textmode** from **SLE 12-SP3**, which was only done for _x86_64_, for _aarch64_ and _ppc64le_. 2. Make adaptions needed to **create_hdd_textmode** from **SLE 12-SP3** to work on be usable by _aarch64_, _ppc64le_ and _x86_64_ for SLE 12-SP3, 12-SP4 and 15. 3. Make adaptions needed to **toolchain_zypper** from **SLE 12-SP3** to work on _aarch64_, _ppc64le_ and _x86_64_ for SLE 12-SP3, 12-SP4 and 15. ## Further information Settings already on OSD for test suite **toolchain_zypper** ```bash BOOT_HDD_IMAGE=1 DESKTOP=textmode HDDSIZEGB=20 HDD_1=sle-%VERSION%-%ARCH%-%BUILD%-textmode@%MACHINE%.qcow2 INSTALLONLY=1 MAX_JOB_TIME=14400 QEMUCPUS=4 QEMURAM=4096 START_AFTER_TEST=create_hdd_textmode TCM=1 ```