From Fedora Project Wiki
(add restart ABRT instructions) |
No edit summary |
||
Line 15: | Line 15: | ||
|results= | |results= | ||
# | # ABRT should ignore crashes of applications from blacklisted packages | ||
# | # The rest of non-blocked packages should be reported w.r.t. GPG check set up done in [[QA:Testcase ABRT GPG check]] and [[QA:TestCase ABRT GPG Keys]] test cases (only if you went through them already). | ||
}} | }} | ||
[[Category:ABRT_Test_Cases]] | [[Category:ABRT_Test_Cases]] |
Revision as of 10:41, 19 August 2009
Description
Testing ABRT BlackListing of certain packages.
How to test
Edit config file /etc/abrt/abrt.conf, find lines:
# blacklisted packages BlackList = bash, bind, apache2
Set BlackList to names of packages whose crashes ABRT should ignore.
Restart ABRT:
# service abrt restart
Crash applications and watch if they are ignored according to configuration.
Expected Results
- ABRT should ignore crashes of applications from blacklisted packages
- The rest of non-blocked packages should be reported w.r.t. GPG check set up done in QA:Testcase ABRT GPG check and QA:TestCase ABRT GPG Keys test cases (only if you went through them already).