mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 13:45:20 +00:00
57f70c0761
A new method has been introduced for WindowsGuest, that would poll on the SSH connection and try to execute a test command. When successfull, the polling stops and the guest is considered finished boot. The downside of this method is that the network setup is needed always even if the test doesn't use network, however it complies with the behavior of other tests. I also observe a bit more stability on the local test run, however it still appears to be a resource issue so some sporadic fails are possible on a slower machine. The hardcoded timeouts for guest boot and DHCP setup have been removed. The dnsmasq invocation uses `--bind-dynamic` so then the daemon can be started while the target interface could be down yet. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com> Co-authored-by: Sebastien Boeuf <sebastien.boeuf@intel.com> |
||
---|---|---|
.. | ||
integration.rs |