From Fedora Project Wiki

< QA‎ | TestCases

m (fix numbering)
(Updated instructions for F10)
Line 7: Line 7:
# Boot anaconda using any available means
# Boot anaconda using any available means
# When prompted, provide the server and path of a valid FTP installation source
# When prompted, provide the server and path of a valid FTP installation source
# Check the box titled <code>[ ]  Use non-anonymous ftp</code>
# Include a valid <code>username</code> and <code>password</code> into the FTP URL using the form <pre> ftp://USER:PASS@some.server/path/to/install</pre>
# Provide a valid username and password to access the FTP installation source
 
{{admon/note|A valid username?|Unless you are an administrator of the FTP server, you may not have a list of valid users and passwords.  Additionally, sending a password <code>plain/text</code> may be a security risk depending on your network setup.  One option is to provide a username of ''guest'' with a password of ''anonymous''.  This may seem unintuitive, but this will still exercise anaconda's ability to properly parse user input and send the information to the requested FTP server.}}


== Expected Results ==
== Expected Results ==

Revision as of 15:28, 12 August 2008

QA/TestCases/InstallSourceFtpNonAnonymous

Description

A complete installation using the FTP (non-anonymous) network installation protocol.

Steps To Reproduce

  1. Boot anaconda using any available means
  2. When prompted, provide the server and path of a valid FTP installation source
  3. Include a valid username and password into the FTP URL using the form
     ftp://USER:PASS@some.server/path/to/install
Note.png
A valid username?
Unless you are an administrator of the FTP server, you may not have a list of valid users and passwords. Additionally, sending a password plain/text may be a security risk depending on your network setup. One option is to provide a username of guest with a password of anonymous. This may seem unintuitive, but this will still exercise anaconda's ability to properly parse user input and send the information to the requested FTP server.

Expected Results

  1. Anaconda moves to stage#2 using ftp images
  2. Anaconda completes successfully
  3. System boots successfully