From Fedora Project Wiki

(Copied QA testcase from KVM. Did sed s/KVM/Xen/. Modified the install instructions to refer to PV case (so NFS/HTTP) only)
Line 1: Line 1:
{{QA/Test_Case
{{QA/Test_Case
|description=A complete installation started from booting in KVM. Get started with Xen virtualization,please see [[FedoraXenQuickstartFC6]]
|description=A complete installation started from booting in Xen. Get started with Xen virtualization,please see [[Features/XenPvopsDom0]]
|setup=
# Prepare a machine with the '''current development release''' ({{FedoraVersion|long|next}}) installed
# Install {{package|virt-manager}} (or {{package|libvirt}}) and {{package|xen}}  to control Xen virtual machines)
|actions=
|actions=
# Create a VM and connect the VM's CDROM to ISO image .
# Create a virtual machine and boot the current development release in it using the HTTP/NFS install. This can be accomplished using the {{command|virt-install}} command or by using the graphical utility {{command|virt-manager}}. For example:
# Start the VM to boot from VM's CDROM
''virt-install  -l http://download.fedoraproject.org/pub/fedora/linux/releases/16/Fedora/x86_64 --ram 1024 --disk /dev/vg_guest/guest --name guest''
# Hit run to boot the guest from the provided HTTP/NFS link
# Proceed with normal installation
|results=
|results=
# Graphical boot menu is displayed for users to select install options. If no option is selected, the installer should load after a reasonable timeout
# The installer successfully boots from the HTTP/NFS link
# Anaconda boots successfully from ISO image
# The installer is able to activate and use the virtual network device(s)
# Anaconda transitions to [http://fedoraproject.org/wiki/Anaconda/Stage stage2] without error
# 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 Boot Methods]]
[[Category:Installer Boot Methods]]

Revision as of 15:33, 3 November 2011

Description

A complete installation started from booting in Xen. Get started with Xen virtualization,please see Features/XenPvopsDom0

Setup

  1. Prepare a machine with the current development release (Fedora 40) installed
  2. Install Package-x-generic-16.pngvirt-manager (or Package-x-generic-16.pnglibvirt) and Package-x-generic-16.pngxen to control Xen virtual machines)

How to test

  1. Create a virtual machine and boot the current development release in it using the HTTP/NFS install. This can be accomplished using the virt-install command or by using the graphical utility virt-manager. For example:

virt-install -l http://download.fedoraproject.org/pub/fedora/linux/releases/16/Fedora/x86_64 --ram 1024 --disk /dev/vg_guest/guest --name guest

  1. Hit run to boot the guest from the provided HTTP/NFS link
  2. Proceed with normal installation

Expected Results

  1. The installer successfully boots from the HTTP/NFS link
  2. The installer is able to activate and use the virtual network device(s)
  3. The installer is able to activate and use the virtual storage device(s)
  4. The install completes successfully
  5. The system reboots successfully, recognizing filesystems created on the virt device(s)