mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 13:45:20 +00:00
fa0565234c
Both of these tests have been sporadically failing through multiple CI runs. The reason is related to cloud-init which fails to run the "init-local" script during the second boot of the VM. This causes the network interface to not be available, and therefore the test can't SSH into the VM as expected. The root cause is the filesystem and cache corruption that happens on the cloud-init disk. The way to prevent from this issue is to sync the guest filesystem before we shut it down, and as a security harness, we also wait for a few seconds for the shutdown command to complete inside the guest before we trigger the API shutdown or delete. Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com> |
||
---|---|---|
.. | ||
integration.rs |