From Fedora Project Wiki

fp-wiki>ImportUser
(Imported from MoinMoin)
 
(revise a tad to recommend running post-install tests)
 
(14 intermediate revisions by 8 users not shown)
Line 1: Line 1:
= QA/TestCases/UserInterfaceText =
{{Template:Associated_release_criterion|Alpha|installer-interfaces}}


== Description ==
{{QA/Test_Case
A complete installation using the text mode installer portion of anaconda.
|description=This is to verify that [[Anaconda]] is able to perform installation in a text mode.
|setup=
# Prepare any non-live media for booting the installer (anything except {{filename|Live.iso}})
|actions=
# Before booting the installer, request a text mode installation by adding <code>inst.text</code> boot option.
# Proceed with installation, using default settings where possible and reasonable simple choices where choice is required
# Ideally, run [[QA:Testcase_base_initial_setup]] and/or [[QA:Testcase_base_startup]] for the installed system
|results=
# The installer's text mode interface is displayed, works properly, and successfully completes installation.
}}


== Steps To Reproduce ==
[[Category:User Interface]]
1. Boot the installation passing the command line argument ''text''
 
== Expected Results ==
 
1. Anaconda uses text-mode for installation
2. Anaconda completes successfully
3. Reboot successfully into installed system

Latest revision as of 18:53, 2 October 2014

Note.png
Associated release criterion
This test case is associated with the Basic_Release_Criteria#installer-interfaces release criterion. If you are doing release validation testing, a failure of this test case may be a breach of that release criterion. If so, please file a bug and nominate it as blocking the appropriate milestone, using the blocker bug nomination page.


Description

This is to verify that Anaconda is able to perform installation in a text mode.

Setup

  1. Prepare any non-live media for booting the installer (anything except Live.iso)

How to test

  1. Before booting the installer, request a text mode installation by adding inst.text boot option.
  2. Proceed with installation, using default settings where possible and reasonable simple choices where choice is required
  3. Ideally, run QA:Testcase_base_initial_setup and/or QA:Testcase_base_startup for the installed system

Expected Results

  1. The installer's text mode interface is displayed, works properly, and successfully completes installation.