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:ABRT_Test_Cases]]
[[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

  1. Edit the config files /etc/abrt/plugins/*.conf and look for lines such as:
    Enabled = yes
  2. Try changing some disabled plugins to enabled, and some enabled to disabled
  3. Stop ABRT with the command su -c 'service abrtd stop'
  4. Restart ABRT at a console with the command su -c 'abrtd -d'
  5. Examine the output and note which plugins are Registered

Expected Results

  1. The plugins set as Enabled should be shown as Registered when ABRT starts up, and plugins set as Disabled should not