Ian Campbell writes ("[PATCH OSSTEST v2 15/18] libvirt: Implement
shutdown_wait"):
> virsh does not include a --wait option to shutdown as xl and xm do, so
> we implement it by hand.
>
> Needs new guest_await_destroy helper. Note the guest_await_shutdown
> requires on_shutdown='preserve'
I see t
virsh does not include a --wait option to shutdown as xl and xm do, so
we implement it by hand.
Needs new guest_await_destroy helper. Note the guest_await_shutdown
requires on_shutdown='preserve'
Signed-off-by: Ian Campbell
---
Osstest/TestSupport.pm | 7 ++-
Osstest/Toolstack/libvirt