From Fedora Project Wiki

m (Converted to use QA/Test_Case template)
(first version)
Line 1: Line 1:
= Description =
{{QA/Test_Case
{{QA/Test_Case
|description=onality being tested.
|description=A test case to ensure that [[Anaconda]]'s first stage (<code>loader</code>) is able to fetch stage2 (<code>install.img</code>)
|actions=
|actions=
# Start here ...
# Start the installer kernel/initrd as per [[QA:Kernel simple boot test case]]
# Next do this ...
#* If using <code>boot.iso</code> or other optical media (CD method)
# Finally click that
#*# Wait for <code>loader</code> to automatically detect the presence of the disc
#* If using an existing GRUB installation or netboot (URL method)
#*# Wait for the "installmethod" dialog which asks ''What type of media contains the installation image?''
#*# Choose "URL"
#*# Provide network configuration information
#*# A dialog should appear: ''Please enter the URL containing the Fedora installation image on your server''
#*# Provide a <code>http://</code> or <code>ftp://</code> URL for a Rawhide tree that matches the kernel/initrd
|results=
|results=
# Step #1 completes without error
* CD method:
# The system boots into runlevel 5
*# Text window appears that says ''Local installation media detected...''
# Program completes wth exit code 0
*# <code>install.img</code> is loaded from CD (drive light blinks etc.)
* URL method:
*# NetworkManager configures the network interface successfully
*# The URL is accepted
*# A progress bar dialog with ''Retrieving install.img...'' is shown
 
Finally, the screen reverts to text and a message like this appears:
<pre>Running anaconda VERSION, the Fedora system installer - please wait...</pre>
}}
}}


[[Category:Rawhide Acceptance Test Cases]]
[[Category:Rawhide Acceptance Test Cases]]

Revision as of 22:20, 30 June 2009

Description

A test case to ensure that Anaconda's first stage (loader) is able to fetch stage2 (install.img)


How to test

  1. Start the installer kernel/initrd as per QA:Kernel simple boot test case
    • If using boot.iso or other optical media (CD method)
      1. Wait for loader to automatically detect the presence of the disc
    • If using an existing GRUB installation or netboot (URL method)
      1. Wait for the "installmethod" dialog which asks What type of media contains the installation image?
      2. Choose "URL"
      3. Provide network configuration information
      4. A dialog should appear: Please enter the URL containing the Fedora installation image on your server
      5. Provide a http:// or ftp:// URL for a Rawhide tree that matches the kernel/initrd

Expected Results

  • CD method:
    1. Text window appears that says Local installation media detected...
    2. install.img is loaded from CD (drive light blinks etc.)
  • URL method:
    1. NetworkManager configures the network interface successfully
    2. The URL is accepted
    3. A progress bar dialog with Retrieving install.img... is shown

Finally, the screen reverts to text and a message like this appears:

Running anaconda VERSION, the Fedora system installer - please wait...