From Fedora Project Wiki

Revision as of 14:24, 31 March 2010 by Jmoskovc (talk | contribs)

Description

This test case tests the functionality of the ABRT feature.


How to test

  1. We will check that the KerneloopsScanner, works and provides correct amount of crashes detected.
  2. Download files:
  3. Edit /etc/abrt/abrt.conf so it says:
    10 = KerneloopsScanner
    • makes abrtd scan /var/log/messages every 10 secs
  4. Restart abrtd:
    $ service abrtd restart
  5. cat the downloaded file to /var/log/messages e.g:
    cat oops1.test /var/log/messages
    • you'll need root privs for this
  6. Wait for abrt-applet (make sure it's running) to show the notification about the detected kerneloops
  7. Open the abrt-gui and check if you can see the oops

Expected Results

  1. Oopses detected and visible in abrt-gui