From Fedora Project Wiki

(Created page with '{{QA/Test_Case |description=This install verifies that installing on a virt device works properly. |actions= # Create a VM and connect the VM's CDROM to any ISO image (boot.iso, ...')
 
(Update results to include verifying that the storage and network virt devices are operations. Minor wording updates to description.)
Line 1: Line 1:
{{QA/Test_Case
{{QA/Test_Case
|description=This install verifies that installing on a virt device works properly.
|description=This install verifies that installing on a Fedora system as a KVM guest works properly.  The test is designed to ensure virtual KVM devices are recognized and properly used during installation.  For help with virtualization, see [[Getting started with virtualization]].
|actions=
|actions=
# Create a VM and connect the VM's CDROM to any ISO image (boot.iso, DVD, CD, live image)  
# Create a virtual machine (aka guest) and attach a Fedora ISO install disc (e.g. boot.iso, DVD, CD, live image) to the virtual machine.  This can accomplished using the {{command|virt-install}} command or by using the graphical utility {{command|virt-manager}}.
# Hit run to boot the VM from CDROM
# Hit run to boot the guest from the provided ISO disc
# Proceed with normal installation
# Proceed with normal installation
|results=
|results=
# Anaconda boots successfully from the ISO image
# The installer successfully boots from the ISO image
# Anaconda transitions to [http://fedoraproject.org/wiki/Anaconda/Stage stage2] without error
# The installer is able to activate and use the virtual network device(s)
# Install completes successfully
# The installer transitions to [http://fedoraproject.org/wiki/Anaconda/Stage stage2] without error
# System reboots successfully recognizing filesystems created on the virt device(s)
# The installer is able to activate and use the virtual storage device(s)
# The install completes successfully
# The system reboots successfully, recognizing filesystems created on the virt device(s)
}}
}}


[[Category:Installer Block Device Test Cases]]
[[Category:Installer Block Device Test Cases]]

Revision as of 13:44, 9 July 2010

Description

This install verifies that installing on a Fedora system as a KVM guest works properly. The test is designed to ensure virtual KVM devices are recognized and properly used during installation. For help with virtualization, see Getting started with virtualization.


How to test

  1. Create a virtual machine (aka guest) and attach a Fedora ISO install disc (e.g. boot.iso, DVD, CD, live image) to the virtual machine. This can accomplished using the virt-install command or by using the graphical utility virt-manager.
  2. Hit run to boot the guest from the provided ISO disc
  3. Proceed with normal installation

Expected Results

  1. The installer successfully boots from the ISO image
  2. The installer is able to activate and use the virtual network device(s)
  3. The installer transitions to stage2 without error
  4. The installer is able to activate and use the virtual storage device(s)
  5. The install completes successfully
  6. The system reboots successfully, recognizing filesystems created on the virt device(s)