On Mon, 2010-11-15 at 16:11 +0800, Amos Kong wrote:
> TypeError: not enough arguments for format string

I had fixed that one already, but thanks!

> Signed-off-by: Amos Kong <[email protected]>
> ---
>  0 files changed, 0 insertions(+), 0 deletions(-)
> 
> diff --git a/client/tests/kvm/kvm_test_utils.py 
> b/client/tests/kvm/kvm_test_utils.py
> index 1b70624..d70d473 100644
> --- a/client/tests/kvm/kvm_test_utils.py
> +++ b/client/tests/kvm/kvm_test_utils.py
> @@ -68,7 +68,7 @@ def wait_for_login(vm, nic_index=0, timeout=240, start=0, 
> step=2, serial=None):
>          session = kvm_utils.wait_for(lambda: vm.remote_login(
>                    nic_index=nic_index), timeout, start, step)
>      if not session:
> -        raise error.TestFail("Could not log into guest %s using %s 
> connection" %
> +        raise error.TestFail("Could not log into guest %s using %s 
> connection",
>                               vm.name, type)
>      logging.info("Logged into guest %s using %s connection", vm.name, type)
>      return session
> 


_______________________________________________
Autotest mailing list
[email protected]
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest

Reply via email to