From Fedora Project Wiki

m (Add to Package_anaconda_test_cases category)
(replace stage#1 and stage#2 with loader and anaconda separately, correct install source to install repo)
Line 5: Line 5:
# Boot test system off the network using the kernel ({{filename|images/pxeboot/vmlinuz}}) and initial ramdisk image ({{filename|images/pxeboot/initrd.img}})
# Boot test system off the network using the kernel ({{filename|images/pxeboot/vmlinuz}}) and initial ramdisk image ({{filename|images/pxeboot/initrd.img}})
# When prompted, entry a language and keymap preference
# When prompted, entry a language and keymap preference
# Choose an installation method (HTTP, NFS, hard drive etc...) and provide the requested information so anaconda can locate the installation source. If selecting a network-based installation method, you may also be prompted to choose a network device and enter network parameters.
# Choose an installation method (HTTP, NFS, hard drive etc...) and provide the requested information so anaconda can locate the installation repository. If selecting a network-based installation method, you may also be prompted to choose a network device and enter network parameters.
|results=
|results=
# Graphical boot menu is displayed for users to select install options. If no option is selected, the installer should load after a reasonable timeout
# Graphical boot menu is displayed for users to select install options. If no option is selected, the installer should load after a reasonable timeout
# Installer boots into [http://fedoraproject.org/wiki/Anaconda/Stage stage1] loader and prompts for language, keymap, and installation source
# Installer boots into [http://fedoraproject.org/wiki/Anaconda/Stage loader] and prompts for language, keymap, and installation source
# The installer transitions to [http://fedoraproject.org/wiki/Anaconda/Stage stage2] anaconda using the provided installation source (URL, Hard Drive, NFS etc...)
# Installer transitions to [http://fedoraproject.org/wiki/Anaconda/Stage anaconda] without error
# The installer utilizes the package repository at the provided installation source
# The installer utilizes the package repository at the provided installation source
}}
}}

Revision as of 09:45, 3 June 2011

Description

This test confirms that you are able to install a system when booting the installer using only a kernel and initial ramdisk image.

Note.png
Pxeboot Images Required
This test case requires having pxeboot images made available for a system. For further information on PXE, please see http://en.wikipedia.org/wiki/Preboot_Execution_Environment


How to test

  1. Boot test system off the network using the kernel (images/pxeboot/vmlinuz) and initial ramdisk image (images/pxeboot/initrd.img)
  2. When prompted, entry a language and keymap preference
  3. Choose an installation method (HTTP, NFS, hard drive etc...) and provide the requested information so anaconda can locate the installation repository. If selecting a network-based installation method, you may also be prompted to choose a network device and enter network parameters.

Expected Results

  1. Graphical boot menu is displayed for users to select install options. If no option is selected, the installer should load after a reasonable timeout
  2. Installer boots into loader and prompts for language, keymap, and installation source
  3. Installer transitions to anaconda without error
  4. The installer utilizes the package repository at the provided installation source