From Fedora Project Wiki
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
</pre> | </pre> | ||
How to test this: only plugins with this line in their config file should be loaded by abrt daemon | How to test this: only plugins with this line in their config file should be loaded by abrt daemon at startup | ||
<pre> | <pre> | ||
# service abrtd stop | # service abrtd stop |
Revision as of 16:16, 31 March 2010
Description
This test case tests the functionality of the ABRT plugins.
How to test
Go thru the config files /etc/abrt/plugins/*.conf and look for line:
Enabled = yes
How to test this: only plugins with this line in their config file should be loaded by abrt daemon at startup
# service abrtd stop # abrtd -d
and you should see what is being Registered and then try to fiddle with enabled plugins
Expected Results
ABRT should behave according to the configuration options.