Project

General

Profile

action #62864

Updated by SLindoMansilla over 3 years ago

I have tried developing a openQA test and saw that the function `problem_detection()` is invoked after a test failure. In the resulting video I saw that it invokes `coredumpctl`, however `coredumpctl` was not installed (at least in the `opensuse-Tumbleweed-x86_64-20200129-gnome-x11@64bit.qcow2` disk image). 

 Should the function try to install it? Or maybe we need to install `systemd-coredump` by default in the images that use `problem_detection()`. 


 ## Tasks 

 1. Implement a check in `problem_detection()` to know if coredumpctl is installed, and if not, install it.

Back