From Fedora Project Wiki
No edit summary |
No edit summary |
||
(7 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{admon/warning|This test is outdated|It was used a time ago and is now obsolete.}} | |||
{{QA/Test_Case | {{QA/Test_Case | ||
|description=This test case tests | |description=This test case tests that deactivation of ABRT plugins works correctly. | ||
|actions= | |actions= | ||
# Edit the config files {{filename|/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. | |||
|results= | |||
# User is not notified about the crash. | |||
Don't forget to revert the change(s). | |||
}} | }} | ||
[[Category: | [[Category:Package_abrt_test_cases]] |
Latest revision as of 15:46, 22 September 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.
Don't forget to revert the change(s).