From Fedora Project Wiki

m (Created page with ' {{QA/Test_Case |description=Testing ABRT BlackListing of certain packages. |actions= Edit config file /etc/abrt/abrt.conf, find lines: <pre> # blacklisted pa...')
 
mNo edit summary
Line 1: Line 1:
{{QA/Test_Case
{{QA/Test_Case
|description=Testing [[Features/ABRT|ABRT]] BlackListing of certain packages.
|description=Testing [[Features/ABRT|ABRT]] BlackListing of certain packages.
Line 9: Line 8:
</pre>
</pre>


Set ''BlackList'' to names of packages whose crashes abrt should ignore  
Set ''BlackList'' to names of packages whose crashes ABRT should ignore  
|results=
|results=
# abrt should ignore crashes of applications from blacklisted packages
# abrt should ignore crashes of applications from blacklisted packages

Revision as of 19:15, 17 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

Expected Results

  1. abrt should ignore crashes of applications from blacklisted packages
  2. all other packages might be ignored or not - this depends on QA:Testcase ABRT GPG check and QA:TestCase ABRT GPG Keys.