From Fedora Project Wiki
(drop the stuff about third party repos, as there's a separate test for that. reword a bit for clarity) |
(grr) |
||
Line 3: | Line 3: | ||
{{admon/important|This test case can run only with correctly signed packages.|This test case can't be run on Rawhide or Rawhide-based builds because the packages are not properly signed in these distributions.}} | {{admon/important|This test case can run only with correctly signed packages.|This test case can't be run on Rawhide or Rawhide-based builds because the packages are not properly signed in these distributions.}} | ||
|actions= | |actions= | ||
# Edit config file {{filename|/etc/abrt/abrt.conf}}, | # Edit config file {{filename|/etc/abrt/abrt.conf}}, and ensure OpenGPGCheck is set to ''yes''. | ||
# Restart ABRT with the command {{command|su -c service abrtd restart}}. | # Restart ABRT with the command {{command|su -c service abrtd restart}}. | ||
# Test crashing programs from official (hence signed) packages, and from unsigned packages or non-packaged programs. | # Test crashing programs from official (hence signed) packages, and from unsigned packages or non-packaged programs. |
Revision as of 04:52, 1 April 2010
Description
This test case tests that ABRT's ability to report crashes only in signed packages works correctly.
How to test
- Edit config file
/etc/abrt/abrt.conf
, and ensure OpenGPGCheck is set to yes. - Restart ABRT with the command
su -c service abrtd restart
. - Test crashing programs from official (hence signed) packages, and from unsigned packages or non-packaged programs.
- Repeat the tests with OpenGPGCheck set to no.
Expected Results
- for yes, ABRT should ignore crashes of programs not from signed packages.
- for no, ABRT should notice crashes of programs not from signed packages.