Project

General

Profile

coordination #25380

Updated by SLindoMansilla over 6 years ago

## Observation 

 The test adds repos for SLE12 and therefore it fails on SLE15. 
 To make this work the test needs to distinguish for which system it is run. 

 Related bug: [bsc#1070151](https://bugzilla.suse.com/show_bug.cgi?id=1070151) 

 openQA test in scenario sle-15-Leanos-DVD-aarch64-toolchain_zypper@aarch64 fails in 
 [install](https://openqa.suse.de/tests/1173157/modules/install/steps/12) 


 ## Reproducible 

 Fails since (at least) Build [96.4](https://openqa.suse.de/tests/1086655) 


 ## Expected result 

 Last good: https://openqa.suse.de/tests/1058303# 

 Should install GCC on SLE 15 


 ## Acceptance criteria 

 - **AC:** The sub tasks are resolved **AC1:** installation of gcc works on SLE12 SP3 and SLE15 
 - **AC2:** the gcc test runs without a specified version 
 - **AC3:** the gcc5_fortran_compilation runs without a specified version 


 ## Tasks: 

 1. adapt test flow to boot from already created hdd 
 2. Adapt the test to have _development module_ enabled ( sle-15-Installer-DVD-x86_64-Build321.5-create_hdd_minimal_base+sdk@64bit) 


 ## Further details 

 These settings should be use: 

 ``` 
 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 
 ``` 

 Github repo with current changes by jrauch: https://github.com/DrMullings/os-autoinst-distri-opensuse/tree/FIX_Toolchain 

 Always latest result in this scenario: [latest](https://openqa.suse.de/tests/latest?test=toolchain_zypper&arch=aarch64&version=15&machine=aarch64&distri=sle&flavor=Leanos-DVD) 

Back