From Fedora Project Wiki

No edit summary
(updated to match current abrt)
Line 6: Line 6:
# Boot it in virtual machine or from CD/USB directly on you hardware.
# Boot it in virtual machine or from CD/USB directly on you hardware.
# Switch to TTY2 console using Ctrl+Alt+F2
# Switch to TTY2 console using Ctrl+Alt+F2
# Execute {{command|kill -USR1 `cat /var/run/anaconda.pid`}}
# Execute:
#* {{command|kill -USR1 `cat /var/run/anaconda.pid`}}
# Unhandled exception should occur
# Unhandled exception should occur
# Hit ''Save'' button to report the problem
# Hit ''Save'' button to report the problem
# Try to report the problem with ''Logger'' reporter
# Try to report the problem to bugzilla
|results=
|results=
# Report should be generated and saved into the file
# Report should be generated and saved into the file

Revision as of 12:45, 3 May 2013

Description

  • This test case tests libreport integration with Anaconda installer directly in installation proccess


How to test

  1. Get latest F18 boot.iso - e.g. http://ftp.fi.muni.cz/pub/linux/fedora/enchilada/linux/development/18/x86_64/os/images/ or via mirrors at http://mirrors.fedoraproject.org/publiclist/Fedora/development/
  2. Boot it in virtual machine or from CD/USB directly on you hardware.
  3. Switch to TTY2 console using Ctrl+Alt+F2
  4. Execute:
    • kill -USR1 cat /var/run/anaconda.pid
  5. Unhandled exception should occur
  6. Hit Save button to report the problem
  7. Try to report the problem to bugzilla

Expected Results

  1. Report should be generated and saved into the file
  2. The file should contain well formed report of the crash you have caused