From Fedora Project Wiki
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{QA/Test_Case | {{QA/Test_Case | ||
|description=This test case tests the functionality of the [[Features/ABRT|ABRT]] feature. | |description=This test case tests the functionality of the [[Features/ABRT|ABRT]] feature. | ||
{{admon/important|This can be tested on Fedora | {{admon/important|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.}} | ||
|actions= | |actions= | ||
Edit config file /etc/abrt/abrt.conf, where you should find lines: | # Edit config file /etc/abrt/abrt.conf, where you should find lines: | ||
<pre> | <pre>[ Common ] | ||
[ 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</pre> | |||
OpenGPGCheck = | # Restart ABRT: | ||
</pre> | <pre># service abrtd restart</pre> | ||
# 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 | |||
Restart ABRT: <pre># service | |||
Test crashing programs from Fedora package, from 3rd party package or your own package. | |||
|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 14:55, 31 March 2010
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.