From Fedora Project Wiki

No edit summary
(No difference)

Revision as of 19:57, 15 March 2011

Description

This test case checks whether sosreport cooperates with ABRT correctly.


How to test

  1. Ensure the Package-x-generic-16.pngsos package is installed with the command su -c 'yum install sos'
  2. Edit the config file /etc/abrt/abrt_event.conf, and comment out lines
    #EVENT=post-create
    nice sosreport --tmp-dir "$DUMP_DIR" --batch \
    [...]
  3. Restart abrtd service su -c 'service abrtd restart'
  4. Kill some app (this time it might take some time (~20 s) before the icon appears, as it waits for sosreport to finish)

Expected Results

  1. Verify that the file sosreport.tar.xz exists in directory /var/cache/abrt/<the_crash_directory> and has some reasonable content
  2. The tarball should contain config files from /etc, grub.conf, some info from /proc, loaded modules, and much more.