From Fedora Project Wiki
(Created page with '{{QA/Test Case |description=A complete installation using the graphical installer over VNC |actions= # Initiate a fully automated kickstart install with the command-line option '...') |
(obsolete this) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{admon/important|This test case is obsolete|Because of [http://installer-land.blogspot.cz/2012/10/text-mode-for-fedora-18.html changes in Anaconda in Fedora 18] this test case is no longer valid.}} | |||
{{QA/Test Case | {{QA/Test Case | ||
|description= | |description=Test the non-interactive ''cmdline'' output mode. This mode simply prints out text and does not allow any interactivity. All options must be specified either in a kickstart file or on the command line. | ||
|actions= | |actions= | ||
# | # Prepare a valid kickstart file. For help creating a kickstart file, examine the file {{filename|/root/anaconda-ks.cfg}} on a previously installed system. This file contains the kickstart instructions used to install that system. For additional guidance on kickstart syntax, see [[Anaconda/Kickstart]]. | ||
# Boot the installer with the command-line option ''cmdline'' as well as <code>ks</code> argument to load the kickstart file | |||
|results= | |results= | ||
# Anaconda completes successfully | # Anaconda completes successfully | ||
Line 9: | Line 12: | ||
}} | }} | ||
[[Category: | [[Category:Obsolete Test Cases]] |
Latest revision as of 10:58, 15 October 2012
Description
Test the non-interactive cmdline output mode. This mode simply prints out text and does not allow any interactivity. All options must be specified either in a kickstart file or on the command line.
How to test
- Prepare a valid kickstart file. For help creating a kickstart file, examine the file
/root/anaconda-ks.cfg
on a previously installed system. This file contains the kickstart instructions used to install that system. For additional guidance on kickstart syntax, see Anaconda/Kickstart. - Boot the installer with the command-line option cmdline as well as
ks
argument to load the kickstart file
Expected Results
- Anaconda completes successfully
- Anaconda does not stop and prompt for user input
- Reboot successfully into installed system