From Fedora Project Wiki

(Created page with '{{QA/Test_Case |description=This test case checks that very basic live migration between two Fedora 12 hosts works correctly |actions= # Make sure that the /var/lib/libvirt/image...')
 
No edit summary
Line 2: Line 2:
|description=This test case checks that very basic live migration between two Fedora 12 hosts works correctly
|description=This test case checks that very basic live migration between two Fedora 12 hosts works correctly
|actions=
|actions=
# Make sure that the /var/lib/libvirt/images directory is shared via NFS.  Edit /etc/exports, and add a line like:
# Make sure that the /var/lib/libvirt/images directory is shared via NFS.  Edit /etc/exports, and add a line like:<code>/var/lib/libvirt/images *(rw,no_root_squash)</code>.  Then run <code>service nfs start</code>, and the
 
<code>/var/lib/libvirt/images *(rw,no_root_squash)</code>.  Then run <code>service nfs start</code>, and the
# Start a guest with no NIC - i.e. use <code>virsh edit</code> to ensure there is no <code>&lt;interface&gt;</code>
 
}}
}}
[[Category:Virtualization KVM NIC Hotplug Test Cases|virsh ops]]
[[Category:Virtualization KVM NIC Hotplug Test Cases|virsh ops]]

Revision as of 13:44, 15 September 2009

Description

This test case checks that very basic live migration between two Fedora 12 hosts works correctly


How to test

  1. 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

Expected Results

  1. Step #1 completes without error
  2. The system boots into runlevel 5
  3. Program completes with exit code 0