From Fedora Project Wiki
No edit summary |
(add obsolete category) |
||
(8 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{admon/important|This test case is obsolete|Because of [http://lists.fedoraproject.org/pipermail/test/2012-September/110231.html changes in libreport in Fedora 18] this test case is no longer valid.}} | |||
{{QA/Test_Case | {{QA/Test_Case | ||
|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. | |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. | ||
|setup=Download, or [[How_to_build_a_Rawhide_ISO_image_for_testing|create]], boot media needed to boot and test the Fedora installer | |||
|actions= | |actions= | ||
# Boot the installer by any available means (CD, DVD, boot.iso or PXE). | # Boot the installer by any available means (CD, DVD, boot.iso or PXE). Add a <code>traceback</code> keyword to the kernel boot line. | ||
# After a few initial steps (language/keymap choice, network activation) you should be presented with a failure dialog. Select '''Save''' | |||
# 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''' | ||
# Run command ''ls <YOUR_PATH>'' | |||
# On the | |||
# Don't click '''Exit installer''',switch to terminal by pressing '''Ctrl'''+'''Alt'''+'''F2''' | |||
# Run command | |||
|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 | # The reporter informs you that the report file has been successfully written to disk | ||
# | # 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:Obsolete Test Cases]] |
Latest revision as of 17:06, 21 September 2012
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.
Setup
Download, or create, boot media needed to boot and test the Fedora installer
How to test
- Boot the installer by any available means (CD, DVD, boot.iso or PXE). Add a
traceback
keyword to the kernel boot line. - After a few initial steps (language/keymap choice, network activation) you should be presented with a failure dialog. Select Save
- On the following dialog, choose Report uploader as the reporter and provide an existing directory as the destination file URL, e.g.
file:///root/
. - Don't click Exit installer, switch to terminal by pressing Ctrl+Alt+F2
- Run command ls <YOUR_PATH>
Expected Results
- The installer presents a failure dialog and offers an option to save the failure report.
- The reporter informs you that the report file has been successfully written to disk
- A traceback file (anaconda-tb-xxxxx) was created in
/tmp
.