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=
# Install the {{package|sendmail}} package: {{command|su -c 'yum install sendmail'}}. If you prefer to use a different MTA, ensure it is configured to allow local mail delivery
# 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.
# '''!!!FIXME!!!''' Open {{filename|/etc/abrt/abrt_event.conf}} to see if there's similar line: <tt>'''!!!'''</tt>
# 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
# Open {{filename|/etc/abrt/plugins/Mailx.conf}} and make sure the configuration is valid:
#: Enabled = yes
#: EmailFrom = user@localhost
#: EmailTo = root@localhost
#: SendBinaryData = no
# Restart ABRT with the command{{command|su -c 'systemctl restart abrtd.service'}}
# Make sure the sendmail service is running with the command {{command|su -c 'service sendmail start'}} (or, if you use a different MTA, ensure it is running)
# Ensure that the ''abrtd'' and ''abrt-applet'' processes are both running
# Kill a running process with the command {{command|kill -SIGSEGV (pid)}}. It must be a process that is part of a signed Fedora package. Alternatively you can use an existing crash you may have from previous testing
# 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 the email address specified in {{filename|/etc/abrt/plugins/Mailx.conf}}. If you left this set to ''root@localhost'', you should be able to see the mail in the file {{filename|/var/spool/mail/root}} in a default Fedora setup or by running the command {{command|mail}} as a root
# 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

  1. Ensure you have the plugin installed with the command su -c 'yum install abrt-plugin-mailx' as well as Package-x-generic-16.pngmailx package.
  2. 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
  3. Click on the panel applet to start abrt-gui
  4. Select the entry matching the recently crashed application, click Open, choose Mailx reporter
  5. Finish the reporting

Expected Results

  1. An email reporting the crash should be sent to root@localhost unless specified otherwise.
  2. In terminal, make sure echo $USER says you are root and then run command mail -- you should see new mail starting "[abrt] ..."