From Fedora Project Wiki
(link https://fedoraproject.org/wiki/Using_UEFI_with_QEMU) |
(add category) |
||
Line 18: | Line 18: | ||
# The system reboots successfully, recognizing filesystems created on the virt device(s) | # The system reboots successfully, recognizing filesystems created on the virt device(s) | ||
}} | }} | ||
[[Category:Test Cases]] | |||
[[Category:Installation_validation_testing]] |
Revision as of 12:26, 6 January 2015
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
(or other tool to control KVM virtual machines)virt-manager
- If you want to test your guest system using UEFI, you need to set it up first.
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)