From Fedora Project Wiki
(proof) |
(convert to new category system) |
||
Line 13: | Line 13: | ||
# The plugins set as ''Enabled'' should be shown as ''Registered'' when ABRT starts up, and plugins set as ''Disabled'' should not | # The plugins set as ''Enabled'' should be shown as ''Registered'' when ABRT starts up, and plugins set as ''Disabled'' should not | ||
}} | }} | ||
[[Category: | [[Category:Package_abrt_test_cases]] |
Revision as of 16:19, 13 January 2011
Description
This test case tests that activation of ABRT plugins works correctly.
How to test
- Edit the config files
/etc/abrt/plugins/*.conf
and look for lines such as:- Enabled = yes
- Try changing some disabled plugins to enabled, and some enabled to disabled
- Stop ABRT with the command
su -c 'service abrtd stop'
- Restart ABRT at a console with the command
su -c 'abrtd -d'
- Examine the output and note which plugins are Registered
Expected Results
- The plugins set as Enabled should be shown as Registered when ABRT starts up, and plugins set as Disabled should not