From Fedora Project Wiki
No edit summary |
(convert to new category system) |
||
(11 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
{{QA/Test_Case | {{QA/Test_Case | ||
|description=This test case tests | |description=This test case tests that [[Features/ABRT|ABRT]]'s ability to report crashes only in signed packages works correctly. | ||
{{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 | # 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'}}. | |||
# Test crashing programs from official (hence signed) packages, and from unsigned packages or non-packaged programs. | |||
# Repeat the tests with OpenGPGCheck set to ''no''. | |||
Restart ABRT | |||
Test crashing programs from | |||
|results= | |results= | ||
# for ''yes'', ABRT should ignore crashes of programs from | # for ''yes'', ABRT should '''ignore''' crashes of programs not from signed packages. | ||
# for ''no'', ABRT should notice crashes of programs from | # for ''no'', ABRT should '''notice''' crashes of programs not from signed packages. | ||
}} | }} | ||
[[Category: | [[Category:Package_abrt_test_cases]] |
Latest revision as of 16:17, 13 January 2011
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.