From Fedora Project Wiki

< QA‎ | TestCases

m (Added category)
No edit summary
 
(9 intermediate revisions by 4 users not shown)
Line 1: Line 1:
= QA/TestCases/InstallSourceFtpAnonymous =
{{QA/Test_Case
== Description ==
|description=This test is intended to confirm that anaconda can locate and use an installation source accessible via anonymous FTP.
A complete installation using the FTP (anonymous) network installation protocol.
|actions=
# 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, check ''On the network'' and choose to perform a ''FTP'' install
# 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
|results=
# 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 completes successfully
# System boots successfully
}}


== Steps To Reproduce ==
[[Category:Installation Source]]
 
 
1. Boot the installation program
 
1. When prompted by stage#1 loader, enter a hostname and path for a FTP accessible installation source.
 
1. Provide a non-anonymous username and password to use for the connection
 
 
== Expected Results ==
 
 
1. Anaconda moves to stage#2 using ftp images
 
1. Anaconda completes successfully
 
1. System boots successfully
 
[[Category:Installer Test Cases|InstallSourceFtpAnonymous]]

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

  1. Boot the installation program using any available means (netinst/boot.iso, DVD or PXE)
  2. Direct anaconda to use FTP as the installation type by adding the boot command: askmethod
  3. When prompted, check On the network and choose to perform a FTP install
  4. Enter the URL to your FTP installation source. For example, you might enter:
    ftp://download.fedora.redhat.com/pub/fedora/linux/development/i386/os
  5. Proceed with the installation

Expected Results

  1. 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 following
    INFO    : URL_STAGE_MAIN: url is ftp://download.fedora.redhat.com/pub/fedora/linux/development/i386/os/images/install.img
  2. Anaconda uses the package repository from the FTP server provided.
  3. Anaconda completes successfully
  4. System boots successfully