From Fedora Project Wiki

No edit summary
No edit summary
Line 16: Line 16:
Restart ABRT: <pre># service abrt restart</pre>
Restart ABRT: <pre># service abrt restart</pre>


Test crashing programs from Fedora package, from 3rd party package or your own compiled one.
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:20, 18 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 package.

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.