From Fedora Project Wiki
(Updated instructions and use QA/Test_Case template) |
No edit summary |
||
(6 intermediate revisions by 3 users not shown) | |||
Line 2: | Line 2: | ||
|description=This test is intended to confirm that anaconda can locate and use an installation source accessible via anonymous FTP. | |description=This test is intended to confirm that anaconda can locate and use an installation source accessible via anonymous FTP. | ||
|actions= | |actions= | ||
# Boot the installation program using any available means (boot.iso | # Boot the installation program using any available means (netinst/boot.iso, DVD or PXE) | ||
# | # Direct anaconda to use FTP as the installation type by adding the boot command: <code>askmethod</code> | ||
# When prompted, choose to perform a '' | # When prompted, check ''On the network'' and choose to perform a ''FTP'' install | ||
# Enter the ''URL'' to your FTP installation source. For example, you might enter < | # Enter the ''URL'' to your FTP installation source. For example, you might enter: <pre>ftp://download.fedora.redhat.com/pub/fedora/linux/development/i386/os</pre> | ||
# Proceed with the installation | # Proceed with the installation | ||
|results= | |results= | ||
# Anaconda uses the {{filename|images/install.img}} from the FTP server provided | # Anaconda uses the {{filename|images/install.img}} from the FTP server provided. This can be confirmed if you have access to the FTP server logs. Alternatively, you can examine the file {{filename|/var/log/anaconda.log}} looking for a line similar to the following <pre>INFO : URL_STAGE_MAIN: url is ftp://download.fedora.redhat.com/pub/fedora/linux/development/i386/os/images/install.img</pre> | ||
# Anaconda uses the package repository from the FTP server provided | # Anaconda uses the package repository from the FTP server provided. | ||
# Anaconda completes successfully | # Anaconda completes successfully | ||
# System boots successfully | # System boots successfully |
Latest revision as of 06:58, 4 January 2012
Description
This test is intended to confirm that anaconda can locate and use an installation source accessible via anonymous FTP.
How to test
- Boot the installation program using any available means (netinst/boot.iso, DVD or PXE)
- Direct anaconda to use FTP as the installation type by adding the boot command:
askmethod
- When prompted, check On the network and choose to perform a FTP install
- Enter the URL to your FTP installation source. For example, you might enter:
ftp://download.fedora.redhat.com/pub/fedora/linux/development/i386/os
- Proceed with the installation
Expected Results
- Anaconda uses the
images/install.img
from the FTP server provided. This can be confirmed if you have access to the FTP server logs. Alternatively, you can examine the file/var/log/anaconda.log
looking for a line similar to the followingINFO : URL_STAGE_MAIN: url is ftp://download.fedora.redhat.com/pub/fedora/linux/development/i386/os/images/install.img
- Anaconda uses the package repository from the FTP server provided.
- Anaconda completes successfully
- System boots successfully