See Test_Day:2009-05-07_Virtualization.
This page outlines tests for basic acceptance of the new libvirt in Fedora 11.
Prerequisites
- Fedora 11
- libvirt >= 0.6.2
- qemu or KVM (qemu-system-x86)
- at least one guest (if no guest is installed, start with Test 2 first)
Tests
Test 1 : Basic libvirt & domain operations
Try the following commands with a qemu guest called dom. If possible, repeat the commands for different libvirt URIs including qemu:///session
, qemu:///system
, qemu+ssh:///system
.
virsh list --all
virsh nodeinfo
virsh capabilities
virsh start dom
virsh stop dom
virsh resume dom
virsh dominfo dom
virsh domuuid dom
virsh dumpxml dom
virsh shutdown dom
Test 2 : Installing guests
Install various different types of guests. Which ones work and which ones don't work? Suggested list of guests for testing:
- Fedora 9
- Fedora 10
- Fedora 11
- RHEL or CentOS 4
- RHEL or CentOS 5
- Windows XP
- Windows 2K3
- Windows Vista
- Windows 7 preview
- Debian 5
- Solaris
- FreeBSD
- SuSE
Test 3 : Storage
Try the following storage operations. If possible, repeat the tests using different storage backends: LVM, iSCSI, file.
Results
If you have problems with any of the tests, file a bug report in bugzilla.
Once you have completed the tests, add your results to the table below.
User:FasName | test1 | test2 | Comments |
---|---|---|---|
James Laska |