From Fedora Project Wiki

Revision as of 14:55, 31 March 2010 by Jmoskovc (talk | contribs)

Description

This test case tests the functionality of the ABRT feature.

Important.png
This can be tested on released Fedora version (alfa, beta, gold)
This test case can't be tested on Rawhide or provided LiveCD because the packages are not properly signed in these distributions.


How to test

  1. Edit config file /etc/abrt/abrt.conf, where you should find lines:
[ Common ]
 # With this option set to "yes",
 # only crashes in signed packages will be analyzed.
 # the list of public keys used to check the signature is
 # in the file gpg_keys
 OpenGPGCheck = yes
  1. Restart ABRT:
# service abrtd restart
  1. Test crashing programs from Fedora package, from 3rd party package or your own package.
  2. The additional gpg keys (for some 3rd party repositories) can be added to /etc/abrt/gpg_keys

Expected Results

  1. for yes, ABRT should ignore crashes of programs from unsigned packages;
  2. for no, ABRT should notice crashes of programs from unsigned packages.