From Fedora Project Wiki
Description
This test case tests the functionality of the ABRT feature.
How to test
- 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
- Restart ABRT:
# service abrtd restart
- Test crashing programs from Fedora package, from 3rd party package or your own package.
- The additional gpg keys (for some 3rd party repositories) can be added to /etc/abrt/gpg_keys
Expected Results
- for yes, ABRT should ignore crashes of programs from unsigned packages;
- for no, ABRT should notice crashes of programs from unsigned packages.