On Mon, 2010-09-06 at 17:33 +0800, Jason Wang wrote:
> Make smp param in unittests.cfg works again.

The entire patchset was applied. Thank you very much for the fixes and
the support for the new unittests repo, Jason!

Lucas

> Signed-off-by: Jason Wang <[email protected]>
> ---
>  client/tests/kvm/tests/unittest.py |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/client/tests/kvm/tests/unittest.py 
> b/client/tests/kvm/tests/unittest.py
> index 69c4b43..54e5f73 100644
> --- a/client/tests/kvm/tests/unittest.py
> +++ b/client/tests/kvm/tests/unittest.py
> @@ -73,6 +73,7 @@ def run_unittest(test, params, env):
>          smp = None
>          if parser.has_option(t, 'smp'):
>              smp = int(parser.get(t, 'smp'))
> +            params['smp'] = smp
>  
>          extra_params = None
>          if parser.has_option(t, 'extra_params'):
> 
> --
> To unsubscribe from this list: send the line "unsubscribe kvm" in
> the body of a message to [email protected]
> More majordomo info at  http://vger.kernel.org/majordomo-info.html


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

Reply via email to