From Fedora Project Wiki
(drop incorrect category) |
(add OVMF link) |
||
Line 6: | Line 6: | ||
# Prepare a machine with the '''current development release''' ({{FedoraVersion|long|next}}) installed | # Prepare a machine with the '''current development release''' ({{FedoraVersion|long|next}}) installed | ||
# Install {{package|virt-manager}} (or other tool to control KVM virtual machines) | # Install {{package|virt-manager}} (or other tool to control KVM virtual machines) | ||
# If you want to test your guest system using '''UEFI''', you need to install and set up [http://www.linux-kvm.org/page/OVMF OVMF] first (it is not packaged in Fedora due to licensing issues). | |||
|actions= | |actions= | ||
# Create a virtual machine and boot the current development release in it (use {{filename|boot.iso}}, PXE or {{filename|DVD.iso}} of {{FedoraVersion|long|next}}). This can be accomplished using the {{command|virt-install}} command or by using the graphical utility {{command|virt-manager}} | # Create a virtual machine and boot the current development release in it (use {{filename|boot.iso}}, PXE or {{filename|DVD.iso}} of {{FedoraVersion|long|next}}). This can be accomplished using the {{command|virt-install}} command or by using the graphical utility {{command|virt-manager}} |
Revision as of 09:47, 10 November 2014
Description
This test case ensures the development release boots as a KVM guest run in the same release.
Setup
- Prepare a machine with the current development release (Fedora 42) installed
- Install
virt-manager
(or other tool to control KVM virtual machines) - If you want to test your guest system using UEFI, you need to install and set up OVMF first (it is not packaged in Fedora due to licensing issues).
How to test
- Create a virtual machine and boot the current development release in it (use
boot.iso
, PXE orDVD.iso
of Fedora 42). This can be accomplished using thevirt-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 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)