From Fedora Project Wiki
Description
This test case checks that very basic live migration between two Fedora 12 hosts works correctly
How to test
- Make sure that the /var/lib/libvirt/images directory is shared via NFS. Edit /etc/exports, and add a line like:
/var/lib/libvirt/images *(rw,no_root_squash)
. Then run service nfs start
, and the
- Start a guest with no NIC - i.e. use
virsh edit
to ensure there is no<interface>
Expected Results
- Step #1 completes without error
- The system boots into runlevel 5
- Program completes with exit code 0