On 02/01/2013 03:02 PM, [email protected] wrote:
> From: Xiaoqing Wei <[email protected]>
>
> Otherwise, calling would fail.
>
> Signed-off-by: Xiaoqing Wei <[email protected]>
Oops, sent to wrong mail list,

already re-send to [email protected],

Nak this two patches.
> ---
>  virttest/virt_vm.py |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/virttest/virt_vm.py b/virttest/virt_vm.py
> index 628b8a8..58a4314 100644
> --- a/virttest/virt_vm.py
> +++ b/virttest/virt_vm.py
> @@ -951,7 +951,7 @@ class BaseVM(object):
>          """
>          Get the cpu count of the VM.
>          """
> -        session = self.login()
> +        session = self.wait_for_login()
>          try:
>              return int(session.cmd(self.params.get("cpu_chk_cmd")))
>          finally:


-- 
Best Regards,
Xiaoqing Wei

_______________________________________________
Autotest-kernel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/autotest-kernel

Reply via email to