From Fedora Project Wiki

(template)
 
(this is obsolete; there's no stage1/stage2 in any supported Fedora any more)
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
= Description =
{{admon/note|Obsolete|As of Fedora 17, the loader/stage2 split no longer exists in anaconda.}}
A brief description of the functionality being tested.


= How to test =
{{QA/Test_Case
|description=A test case to ensure that [[Anaconda]]'s first stage (<code>loader</code>) is able to fetch stage2 (<code>install.img</code>)
|actions=
# Start the installer kernel/initrd as per [[QA:Kernel simple boot test case]]
#* If using <code>boot.iso</code> or other optical media (CD method)
#*# Skip the media test
#*# 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=
* CD method:
*# Text window appears that says ''Local installation media detected...''
*# <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>
}}


# Start here ...
[[Category:Obsolete Test Cases]]
# Next do this ...
# Finally click that
 
= Expected Results =
 
 
# Step #1 completes without error
# The system boots into runlevel 5
# Program completes wth exit code 0
 
 
 
[[Category:Rawhide Acceptance Test Cases]]

Latest revision as of 21:40, 4 July 2014

Note.png
Obsolete
As of Fedora 17, the loader/stage2 split no longer exists in anaconda.


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. Skip the media test
      2. 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...