QA:Testcase Boot Methods Pxeboot
From FedoraProject
(Difference between revisions)
m (moved QA:Testcase BootMethodsPxeboot to QA:Testcase Boot Methods Pxeboot: divide words by _) |
(Update for new reality) |
||
| Line 3: | Line 3: | ||
{{admon/note|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 http://en.wikipedia.org/wiki/Preboot_Execution_Environment]}} | {{admon/note|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 http://en.wikipedia.org/wiki/Preboot_Execution_Environment]}} | ||
|actions= | |actions= | ||
| − | # 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}}) and a valid [[Anaconda_Boot_Options#repo|inst.repo]] argument |
| − | + | ||
| − | # | + | |
|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 (this really depends on local PXE/TFTP setup, not something the project can control) |
| − | # Installer boots | + | # Installer boots |
| − | # Installer transitions to [ | + | # Installer transitions to [[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 00:15, 5 October 2012
Description
This test confirms that you are able to install a system when booting the installer using only a kernel and initial ramdisk image.
How to test
- Boot test system off the network using the kernel (
images/pxeboot/vmlinuz) and initial ramdisk image (images/pxeboot/initrd.img) and a valid inst.repo argument
Expected 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 (this really depends on local PXE/TFTP setup, not something the project can control)
- Installer boots
- Installer transitions to anaconda without error
- The installer utilizes the package repository at the provided installation source