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, ...') |
m (internal link cleaning) |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{QA/Test_Case | {{QA/Test_Case | ||
|description=This install verifies that installing on a | |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 | # 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 be accomplished using the {{command|virt-install}} command or by using the graphical utility {{command|virt-manager}}. | ||
# Hit run to boot the | # Hit run to boot the guest from the provided ISO disc | ||
# Proceed with normal installation | # Proceed with normal installation | ||
|results= | |results= | ||
# | # The installer successfully boots from the ISO image | ||
# | # The installer is able to activate and use the virtual network device(s) | ||
# | # The installer transitions to [[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) | |||
}} | }} | ||
Latest revision as of 15:10, 18 September 2016
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
- 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 be accomplished using the
virt-install
command or by using the graphical utilityvirt-manager
. - Hit run to boot the guest from the provided ISO disc
- Proceed with normal installation
Expected Results
- The installer successfully boots from the ISO image
- The installer is able to activate and use the virtual network device(s)
- The installer transitions to 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)