From Fedora Project Wiki

(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...")
 
No edit summary
 
Line 2: Line 2:
|description=This test case tests the functionality of the ABRT feature '''console notification''' plugin.
|description=This test case tests the functionality of the ABRT feature '''console notification''' plugin.
|actions=
|actions=
# Ensure you have the plugin installed with the command {{command|su -c 'yum install abrt-console-notification'}}
# Ensure you have the plugin installed with the command {{command|su -c 'dnf install abrt-console-notification'}}
# Confirm that the ''abrtd'' and ''abrt-applet'' process are both running
# Confirm that the ''abrtd'' and ''abrt-applet'' process are both running
# Kill some running process: <tt>kill -SIGSEGV (pid)</tt>. It must be a process that is part of a signed Fedora package.
# Kill some running process: <tt>kill -SIGSEGV (pid)</tt>. It must be a process that is part of a signed Fedora package.
# The ''abrt-applet'' system tray icon should emerge with notification stating "Crash in package foo-1.2.3 has been detected"
# The ''abrt-applet'' system tray icon should emerge with notification stating "We're sorry, it looks like a problem occurred ..."
# Open the terminal of your choice.
# Open the terminal of your choice.
|results=
|results=

Latest revision as of 12:01, 10 April 2015

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 'dnf 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 "We're sorry, it looks like a problem occurred ..."
  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)