From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lucas Meneghel Rodrigues Subject: Re: [PATCH 1/2] KVM test: unittest: Fix the broken smp params Date: Tue, 07 Sep 2010 14:17:22 -0300 Message-ID: <1283879842.2779.4.camel@freedom> References: <20100906093303.7075.52993.stgit@FreeLancer> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: autotest@test.kernel.org, kvm@vger.kernel.org To: Jason Wang Return-path: Received: from mx1.redhat.com ([209.132.183.28]:49941 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932142Ab0IGRRZ (ORCPT ); Tue, 7 Sep 2010 13:17:25 -0400 In-Reply-To: <20100906093303.7075.52993.stgit@FreeLancer> Sender: kvm-owner@vger.kernel.org List-ID: 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 > --- > 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 majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html