On 12/19/2011 12:47 PM, Chris Evich wrote:
> Signed-off-by: Chris Evich<[email protected]>
Applied, thanks!
> ---
> client/virt/libvirt_vm.py | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/client/virt/libvirt_vm.py b/client/virt/libvirt_vm.py
> index 218cd9d..65db338 100644
> --- a/client/virt/libvirt_vm.py
> +++ b/client/virt/libvirt_vm.py
> @@ -111,7 +111,7 @@ def virsh_is_dead(name, uri = ""):
> @param name: VM name
> """
> state = virsh_domstate(name, uri)
> - if state in ('running', 'idle', 'no state'):
> + if state in ('running', 'idle', 'no state', 'paused'):
> return False
> else:
> return True
_______________________________________________
Autotest mailing list
[email protected]
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest