Project

General

Profile

action #48704

Updated by okurz about 5 years ago

recreated after accidential deletion by another user: 

 kdump_utils 


 ``` 
 

 sub activate_kdump 

 do { 
         assert_screen \@tags, 300; 
         # for ppc64le and aarch64 we need increase kdump memory, see bsc#957053 and bsc#1120566 
         if (check_var('ARCH', 'ppc64le') || check_var('ARCH', 'aarch64')) { 
             wait_screen_change { send_key 'alt-y' }; 
             type_string '640'; 
             send_key 'ret'; 
             record_soft_failure 'increase kdump memory size or kdumptool gets killed by OOM, bsc#1120566'; 
         } 
 ``` 


 Since this is happening on x86_64 as well, we should apply the workaround for openSUSE as well. 


 ## Observation 

 openQA test in scenario opensuse-Tumbleweed-DVD-x86_64-extra_tests_in_textmode@64bit fails in 
 [kdump_and_crash](https://openqa.opensuse.org/tests/863236/modules/kdump_and_crash/steps/55) 

 ## Test suite description 
 Maintainer: okurz@suse.de 

 Mainly console extratest. 


 ## Reproducible 

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


 ## Expected result 

 Last good: [20180714](https://openqa.opensuse.org/tests/707517) (or more recent) 


 ## Further details 

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

Back