From Fedora Project Wiki

Revision as of 11:26, 6 May 2013 by Jmoskovc (talk | contribs) (Created page with "{{QA/Test_Case |description=This test case tests the functionality of the ABRT feature '''console notification''' plugin. |actions= # Ensure you have the plugin installed with...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

This test case tests the functionality of the ABRT feature console notification plugin.


How to test

  1. Ensure you have the plugin installed with the command su -c 'yum install abrt-console-notification'
  2. Confirm that the abrtd and abrt-applet process are both running
  3. Kill some running process: kill -SIGSEGV (pid). It must be a process that is part of a signed Fedora package.
  4. The abrt-applet system tray icon should emerge with notification stating "Crash in package foo-1.2.3 has been detected"
  5. Open the terminal of your choice.

Expected Results

  1. There should be message saying: ABRT has detected '1' problem(s). (For more info run: $ abrt-cli list --full)
  2. If you open the terminal again the message shouldn't be shown (it shows the warning only once for each problem)