From Fedora Project Wiki
(convert to new category system) |
(abrt 2 changes) |
||
Line 1: | Line 1: | ||
{{QA/Test_Case | {{QA/Test_Case | ||
|description=This test case tests that | |description=This test case tests that deactivation of ABRT plugins works correctly. | ||
|actions= | |actions= | ||
# Edit the config files {{filename|/etc/abrt/plugins/ | # Edit the config files {{filename|/etc/abrt/plugins/$plugin.conf}} and look for ''Enabled'' directive and change it: | ||
#:Enabled = no | |||
#:Enabled = | # Restart abrtd service. | ||
# Crash relevant application; ELF binary in case of CCpp plugin and .py one in case of Python, respectively. | |||
# Restart | |||
# | |||
|results= | |results= | ||
# | # User is not notified about the crash. | ||
}} | }} | ||
[[Category:Package_abrt_test_cases]] | [[Category:Package_abrt_test_cases]] |
Revision as of 12:04, 15 March 2011
Description
This test case tests that deactivation of ABRT plugins works correctly.
How to test
- Edit the config files
/etc/abrt/plugins/$plugin.conf
and look for Enabled directive and change it:- Enabled = no
- Restart abrtd service.
- Crash relevant application; ELF binary in case of CCpp plugin and .py one in case of Python, respectively.
Expected Results
- User is not notified about the crash.