Project

General

Profile

action #93089

Updated by szarate almost 3 years ago

## Observation 

 Zypper seems to fail as he expects a repo file on input and that doesn't seem to be the case in test.  

 This is due to missing `QA_HEAD_REPO` in the job settings ~~(but why?)~~ 

 2021-05-25 02:40:54 <3> susetest(18652) [zypper] add.cc(execute):94 Not a repo file. 
 2021-05-25 02:40:54 <2> susetest(18652) [zypper] Zypper.h(setExitCode):164 setExitCode 3 

 openQA test in scenario opensuse-15.3-DVD-x86_64-extra_tests_textmode@64bit fails in 
 [zypper_extend](https://openqa.opensuse.org/tests/1757089/modules/zypper_extend/steps/192) 

 ## Test suite description 
 Maintainer: slindomansilla@suse.de. 
 Mainly post-installation console extra tests. 


 ## Reproducible 

 Fails since (at least) Build [32.4](https://openqa.opensuse.org/tests/1500066) 


 ## Expected result 

 Last good: (unknown) (or more recent) 


 ## Further details 

 Always latest result in this scenario: [latest](https://openqa.opensuse.org/tests/latest?arch=x86_64&distri=opensuse&flavor=DVD&machine=64bit&test=extra_tests_textmode&version=15.3) 

 ## Suggestions 

 - modify the `get_var QA_HEAD_REPO` for `get_required_var (QA_HEAD_REPO)` 
 - ensure the setting is set at the medium level 

Back