mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-22 03:12:27 +00:00
Many of the tests attempted to SSH into the VM and then run "shutdown" but don't actually check that the VM has shutdown correctly and proceed to kill the child process. Remove the associated SSH commands and sleeps from those tests that are not explicitly checking the shutdown behaviour. Signed-off-by: Rob Bradford <robert.bradford@intel.com>