mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-12 07:32:56 +00:00
92a506fb06
This test exercises the local live-migration between two Cloud Hypervisor VMs on the same host. It ensures the following behaviors: 1. The source VM is up and functional (including various virtio-devices are working properly); 2. The 'send-migration' and 'receive-migration' command finished successfully; 3. The source VM terminated gracefully after live migration; 4. The destination VM is functional (including various virtio-devices are working properly) after live migration. Note: This test does not use vsock as we can't create two identical vsock on the same host. Fixes: #2965 Signed-off-by: Bo Chen <chen.bo@intel.com>