From Fedora Project Wiki

(added abrt gpg check test case)
 
No edit summary
Line 1: Line 1:
{{QA/Test_Case
{{QA/Test_Case
|description=This test case tests the functionality of the [[Features/CrashCatcher|Crash Catcher]] feature.
|description=This test case tests the functionality of the [[Features/ABRT|ABRT]] feature.
|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:  

Revision as of 18:39, 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 and test crashing programs from fedora package, from 3rd party package or your own compiled one.

Expected Results

  1. for yes, ABRT should ignore crashes of programs from unsigned packages;
  2. for no, ABRT should notice crashes of programs from unsigned packages.