From Fedora Project Wiki

(Add to Category:Package_report_test_cases)
(amend to match current abrt layout)
Line 7: Line 7:
# Depending on your installation method, you maybe prompted for a remote installation source.  Make a selection and continue.
# Depending on your installation method, you maybe prompted for a remote installation source.  Make a selection and continue.
# Upon entering [http://fedoraproject.org/wiki/Anaconda/Stage stage2] of the installer, you will be presented with a failure dialog.  Select '''Save'''
# Upon entering [http://fedoraproject.org/wiki/Anaconda/Stage stage2] of the installer, you will be presented with a failure dialog.  Select '''Save'''
# On the following dialog, choose '''local''' from the destination list and provide desired path, click '''OK'''.
# On the following dialog, choose '''Report uploader''' as the reporter and provide an existing directory as the destination file URL, e.g. <code>file:///root/</code>.
# Don't click '''Exit installer''', switch to terminal by pressing '''Ctrl'''+'''Alt'''+'''F2'''  
# Don't click '''Exit installer''', switch to terminal by pressing '''Ctrl'''+'''Alt'''+'''F2'''  
# Run command ''ls <YOUR_PATH>''
# Run command ''ls <YOUR_PATH>''
|results=
|results=
# The installer presents a failure dialog and offers an option to save the failure report.
# The installer presents a failure dialog and offers an option to save the failure report.
# The Dump Written box pops up to show the error files has been successfully written  
# The reporter informs you that the report file has been successfully written to disk
# Go to root directory in terminal, a traceback (''anaconda-tb-xxxxx.xml'') file was created
# A traceback file (''anaconda-tb-xxxxx'') was created in {{filename|/tmp}}.
}}
}}


[[Category:Recovery Test Cases]]
[[Category:Recovery Test Cases]]
[[Category:Package_report_test_cases]]
[[Category:Package_report_test_cases]]

Revision as of 12:30, 15 September 2011

Description

This test case is intended to introduce a failure, and validate anaconda is able to properly handle the failure and report the issue to bugzilla. This test case relies on an updates.img that will intentionally cause the installation to fail in a manner that is non-destructive to your existing system. For more information in using an updates.img, see Anaconda/Updates.

Setup

Download, or create, boot media needed to boot and test the Fedora installer

How to test

  1. Boot the installer by any available means (CD, DVD, boot.iso or PXE). When booting, you must direct the installer towards an updates.img using this method below.
    updates=http://jlaska.fedorapeople.org/updates/traceback.img
  2. When prompted, make language and keyboard selections.
  3. Depending on your installation method, you maybe prompted for a remote installation source. Make a selection and continue.
  4. Upon entering stage2 of the installer, you will be presented with a failure dialog. Select Save
  5. On the following dialog, choose Report uploader as the reporter and provide an existing directory as the destination file URL, e.g. file:///root/.
  6. Don't click Exit installer, switch to terminal by pressing Ctrl+Alt+F2
  7. Run command ls <YOUR_PATH>

Expected Results

  1. The installer presents a failure dialog and offers an option to save the failure report.
  2. The reporter informs you that the report file has been successfully written to disk
  3. A traceback file (anaconda-tb-xxxxx) was created in /tmp.