From Fedora Project Wiki

(revise test case a little for newUI)
(update for Fedora 18)
Line 1: Line 1:
{{QA/Test_Case
{{QA/Test_Case
|description=This install verifies the validity of the repository auto-selected by the anaconda during installation with {{filename|netinst.iso}}.
|description=This is to verify that [[Anaconda]] installs successfully from a network repository auto-selected during installation.
|setup=
# Prepare an installation media that uses network installation by default. Usually that is one of:
#* {{filename|netinst.iso}} (from CD or USB)
#* PXE boot with <code>inst.stage2</code> [[Anaconda Boot Options|boot option]]
#* PXE boot with <code>inst.repo</code> boot option and a partial repository (containing Anaconda stage2 image, but not yum package repository)
|actions=
|actions=
# Boot system from {{filename|netinst.iso}} or pxeboot images
# Boot the media and do '''not''' enter the dialog for setting an installation source, leave it at the default settings
# Leave 'Installation Source' spoke at default settings, do not enter this spoke
# Finish the installation
# Partition the system in a normal way and complete the installation
# Remove the ISO before rebooting into installed system when instructed by installer
|results=
|results=
# System boots into installer properly  
# System boots into the installer properly  
# Installer defaults to auto-selecting a mirror with no user interaction required
# Installer defaults to auto-selecting a network mirror with no user interaction required
# Anaconda functions properly and successfully installs required packages
# Installer uses the mirror to install required packages
# Package errors should not occur
# System boots successfully
}}
}}



Revision as of 09:23, 29 October 2012

Description

This is to verify that Anaconda installs successfully from a network repository auto-selected during installation.

Setup

  1. Prepare an installation media that uses network installation by default. Usually that is one of:
    • netinst.iso (from CD or USB)
    • PXE boot with inst.stage2 boot option
    • PXE boot with inst.repo boot option and a partial repository (containing Anaconda stage2 image, but not yum package repository)

How to test

  1. Boot the media and do not enter the dialog for setting an installation source, leave it at the default settings
  2. Finish the installation

Expected Results

  1. System boots into the installer properly
  2. Installer defaults to auto-selecting a network mirror with no user interaction required
  3. Installer uses the mirror to install required packages