From Fedora Project Wiki
(minor tidying) |
No edit summary |
||
Line 2: | Line 2: | ||
|description=This test case tests the functionality of the ABRT feature using the ''Mailx'' plugin. | |description=This test case tests the functionality of the ABRT feature using the ''Mailx'' plugin. | ||
|actions= | |actions= | ||
# Ensure you have the plugin installed with the command {{command|su -c 'yum install abrt-plugin-mailx'}} as well as {{package|mailx}} package. | # Ensure you have the plugin installed with the command {{command|su -c 'yum install abrt-plugin-mailx'}} as well as {{package|mailx}} package. | ||
# Kill a running process with the command {{command|kill -SIGSEGV (pid)}}. It must be a process that is part of a Fedora package. Alternatively you can use an existing crash you may have from previous testing | |||
# Kill a running process with the command {{command|kill -SIGSEGV (pid)}}. It must be a process that is part of a | |||
# Click on the panel applet to start ''abrt-gui'' | # Click on the panel applet to start ''abrt-gui'' | ||
# Select the entry matching the recently crashed application, click '''Open''', choose '''Mailx''' reporter | # Select the entry matching the recently crashed application, click '''Open''', choose '''Mailx''' reporter | ||
# Finish the reporting | # Finish the reporting | ||
|results= | |results= | ||
# An email reporting the crash should be sent to | # An email reporting the crash should be sent to root@localhost unless specified otherwise. | ||
# In terminal, make sure {{command|echo $USER}} says you are <tt>root</tt> and then run command {{command|mail}} -- you should see new mail starting "[abrt] ..." | |||
}} | }} | ||
[[Category:Package_abrt_test_cases]] | [[Category:Package_abrt_test_cases]] |
Revision as of 14:26, 31 March 2011
Description
This test case tests the functionality of the ABRT feature using the Mailx plugin.
How to test
- Ensure you have the plugin installed with the command
su -c 'yum install abrt-plugin-mailx'
as well asmailx
package. - Kill a running process with the command
kill -SIGSEGV (pid)
. It must be a process that is part of a Fedora package. Alternatively you can use an existing crash you may have from previous testing - Click on the panel applet to start abrt-gui
- Select the entry matching the recently crashed application, click Open, choose Mailx reporter
- Finish the reporting
Expected Results
- An email reporting the crash should be sent to root@localhost unless specified otherwise.
- In terminal, make sure
echo $USER
says you are root and then run commandmail
-- you should see new mail starting "[abrt] ..."