From Fedora Project Wiki
No edit summary |
(proof) |
||
Line 1: | Line 1: | ||
{{QA/Test_Case | {{QA/Test_Case | ||
|description= | |description=This test case checks whether [[Features/ABRT|ABRT]] blacklisting of certain packages works correctly. | ||
|actions= | |actions= | ||
Edit config file | # Edit the config file {{filename|/etc/abrt/abrt.conf}} and find the lines: | ||
<pre> | #:<pre> | ||
# | #:# Blacklisted packages | ||
BlackList = | #:BlackList = nspluginwrapper, valgrind, strace, avant-window-navigator | ||
</pre> | #:</pre> | ||
# Add a package whose application you can conveniently crash to the list | |||
# Restart ABRT with the command{{su -c 'service abrtd restart'}} | |||
# Run and then kill the application from the newly blacklisted package with the command {{command|kill -SIGSEGV (pid)}} | |||
Restart ABRT | # Run and then kill a different application | ||
|results= | |results= | ||
# ABRT should ignore | # ABRT should ignore the crash of the blacklisted application, but report the crash of the non-blacklisted applications | ||
}} | }} | ||
[[Category:ABRT_Test_Cases]] | [[Category:ABRT_Test_Cases]] |
Revision as of 04:48, 1 April 2010
Description
This test case checks whether ABRT blacklisting of certain packages works correctly.
How to test
- Edit the config file
/etc/abrt/abrt.conf
and find the lines:- Blacklisted packages
- BlackList = nspluginwrapper, valgrind, strace, avant-window-navigator
- Add a package whose application you can conveniently crash to the list
- Restart ABRT with the commandTemplate:Su -c 'service abrtd restart'
- Run and then kill the application from the newly blacklisted package with the command
kill -SIGSEGV (pid)
- Run and then kill a different application
Expected Results
- ABRT should ignore the crash of the blacklisted application, but report the crash of the non-blacklisted applications