From Fedora Project Wiki
m (moved QA:Testcase abrt GPG check to QA:Testcase ABRT GPG check: upper case letters for name shortcut) |
(added restart ABRT instructions) |
||
Line 12: | Line 12: | ||
</pre> | </pre> | ||
Set ''EnableOpenGPG'' to ''yes'' or ''no'' | Set ''EnableOpenGPG'' to ''yes'' or ''no''. | ||
Restart ABRT: <pre># service abrt restart</pre> | |||
Test crashing programs from fedora package, from 3rd party package or your own compiled one. | |||
|results= | |results= | ||
# for ''yes'', ABRT should ignore crashes of programs from unsigned packages; | # for ''yes'', ABRT should ignore crashes of programs from unsigned packages; |
Revision as of 19:21, 17 August 2009
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 ] # Enable GPG check # this option is to ensure, that we primary report crashes only in fedora signed packages # if you disable this abrt will report crashes in customized unsigned packages EnableOpenGPG = no
Set EnableOpenGPG to yes or no.
Restart ABRT:
# service abrt restart
Test crashing programs from fedora package, from 3rd party package or your own compiled one.
Expected Results
- for yes, ABRT should ignore crashes of programs from unsigned packages;
- for no, ABRT should notice crashes of programs from unsigned packages.