From Fedora Project Wiki

Revision as of 10:29, 10 April 2015 by Jfilak (talk | contribs) (Created page with "{{QA/Test_Case |description=This test case tests the functionality of the ABRT kerneloops feature with systemd-journald. |actions= # Ensure you have will-crash-0.9 installed...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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
  6. Run the following command:
    • su -c '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