From Fedora Project Wiki
Description
This test case checks that basic live migration using libvirt between two Fedora 12 hosts works correctly.
How to test
- On the source machine, edit the guest so that it has some small amount of memory (say, 512MB).
- On the source machine, start the guest.
- Once the guest has fully booted, execute:
virsh migrate --live <guestname> qemu+ssh://<destination host>/system
Expected Results
- After executing the last step, the guest should migrate over to the destination machine, and not be running anymore on the source machine. Use
virsh list
on both machines to verify this.