From Fedora Project Wiki
(livecd warning) |
mNo edit summary |
||
Line 2: | Line 2: | ||
|description=This test case tests the functionality of the [[Features/ABRT|ABRT]] feature. | |description=This test case tests the functionality of the [[Features/ABRT|ABRT]] feature. | ||
|actions= | |actions= | ||
# Check that the '' | # Check that the ''abrtd'' and ''abrt-applet'' processes 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. | ||
{{admon/warning|When using the Test Days LiveCD|Please don't kill large applications (e.g. Firefox), because the coredumps and downloaded debuginfo packages take large amount of space and it could exhaust all your available memory. Crash tools like calculator instead :)}} | {{admon/warning|When using the Test Days LiveCD|Please don't kill large applications (e.g. Firefox), because the coredumps and downloaded debuginfo packages take large amount of space and it could exhaust all your available memory. Crash tools like calculator instead :)}} | ||
|results= | |results= | ||
# The ''abrt-applet'' system tray icon should emerge with | # The ''abrt-applet'' system tray icon should emerge with notification stating "Crash in package foo-1.2.3 has been detected" | ||
# There are two buttons in the notification: | |||
## "Report" -> opens the reporter dialog for the latest detected crash directly | |||
## "Open ABRT" -> opens the main window | |||
# Clicking on the icon should open ''abrt-gui'' | # Clicking on the icon should open ''abrt-gui'' | ||
# The GUI should let you select and report the crash | # The GUI should let you select and report the crash | ||
}} | }} | ||
[[Category:ABRT_Test_Cases]] | [[Category:ABRT_Test_Cases]] |
Revision as of 12:48, 31 March 2010
Description
This test case tests the functionality of the ABRT feature.
How to test
- Check that the abrtd and abrt-applet processes are both running.
- Kill some running process: kill -SIGSEGV (pid). It must be a process that is part of a signed Fedora package.
Expected Results
- The abrt-applet system tray icon should emerge with notification stating "Crash in package foo-1.2.3 has been detected"
- There are two buttons in the notification:
- "Report" -> opens the reporter dialog for the latest detected crash directly
- "Open ABRT" -> opens the main window
- Clicking on the icon should open abrt-gui
- The GUI should let you select and report the crash