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 ' | # 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 " | # 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
- Ensure you have the plugin installed with the command
su -c 'dnf install abrt-console-notification'
- Confirm that the abrtd and abrt-applet process are both running
- Kill some running process: kill -SIGSEGV (pid). It must be a process that is part of a signed Fedora package.
- 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.
Expected Results
- There should be message saying:
ABRT has detected '1' problem(s). (For more info run: $ abrt-cli list --full)
- If you open the terminal again the message shouldn't be shown (it shows the warning only once for each problem)