From Fedora Project Wiki

(Created page with "{{QA/Test_Case |description=This test case tests the functionality of the ABRT vmcore feature. |actions= {{admon/note|Please note that this test probably can't be done using live...")
 
mNo edit summary
Line 9: Line 9:
# TBD: how to make kernel crash?
# TBD: how to make kernel crash?
|results=
|results=
# When rebooting after kernel panic ABRT should catch detect the new vmcore appearing in {{filename|/var/crash}}, create a crash report and notify you via the notification area
# When rebooting after kernel panic ABRT should detect the new vmcore appearing in {{filename|/var/crash}}, create a crash report and notify you via the notification area


}}
}}
[[Category:Package_abrt_test_cases]]
[[Category:Package_abrt_test_cases]]

Revision as of 07:16, 26 September 2011

Description

This test case tests the functionality of the ABRT vmcore feature.


How to test

Note.png
Please note that this test probably can't be done using live cd.
  1. Ensure you have the plugin installed with the following command:
    • su -c 'yum install abrt-addon-vmcore crash'
  2. Ensure that the system log watcher service is running - systemctl status abrt-vmcore.service
    • If you have to change anything, restart abrtd: su -c 'systemctl restart abrtd.service'
  3. TBD: how to make kernel crash?

Expected Results

  1. When rebooting after kernel panic ABRT should detect the new vmcore appearing in /var/crash, create a crash report and notify you via the notification area