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 | # 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
- Ensure you have the plugin installed with the following command:
su -c 'yum install abrt-addon-vmcore crash'
- 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'
- If you have to change anything, restart abrtd:
- TBD: how to make kernel crash?
Expected Results
- 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