Project

General

Profile

action #112331

Updated by apappas almost 2 years ago

## Observation 
 [systemtap](https://openqa.suse.de/tests/8945551/modules/systemtap/steps/39) fails because it calls `prepare_for_kdump` which then tries to install the kernel-debuginfo and fails.  

 The issue is that MAINT_TEST_REPO is the debuginfo for that kernel do not set and this [conditional](https://github.com/os-autoinst/os-autoinst-distri-opensuse/blob/master/lib/kdump_utils.pm#L60) is not executed. exist in [IBS](https://updates.suse.de/SUSE/Updates/SLE-Module-Basesystem/15-SP1/x86_64/update_debug/x86_64/) 

 ## Acceptance Criteria 
 * **AC1:** Investigate why MAINT_TEST_REPO variable is the kernel debuginfo do not set correctly. exist for that particular kernel version (Kernel 4.12.14-150100.197.114-default) 

 ## Reproducible 
 Fails since (at least) Build [20220610-1](https://openqa.suse.de/tests/8938141) 


 ## Expected result 
 Last good: [20220609-1](https://openqa.suse.de/tests/8929370) (or more recent) 


 ## Further details 

 Always latest result in this scenario: [latest](https://openqa.suse.de/tests/latest?arch=x86_64&distri=sle&flavor=Server-DVD-Updates&machine=64bit&test=mau-extratests2&version=15-SP1) 

Back