From Fedora Project Wiki

Description

This test case tests the functionality of the ABRT kerneloops feature with systemd-journald.


How to test

  1. Ensure you have will-crash-0.9 installed
    • su -c 'dnf install will-crash-0.9'
  2. Ensure you have the plugin installed with the following command:
    • su -c 'dnf install abrt-addon-kerneloops'
  3. Ensure you have kernel-devel package installed
    • su -c 'dnf install kernel-devel-uname -r'
  4. Ensure that the system log watcher service is running - systemctl status abrt-oops.service
  5. Make sure abrt-dump-journal-oops is running ps aux | grep abrt-dump-journal-oops
  6. Run the following command:
    • sudo 'will_oops'
  7. Observe whether a crash notification appears

Expected Results

  1. ABRT should catch kernel oops appearing in journalctl, create a crash report and notify you via the notification area