From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id C0432A00E6 for ; Wed, 10 Jul 2019 10:29:06 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 79D022BF4; Wed, 10 Jul 2019 10:29:06 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 343C723D for ; Wed, 10 Jul 2019 10:29:03 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Jul 2019 01:29:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,473,1557212400"; d="scan'208";a="192971865" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga002.fm.intel.com with ESMTP; 10 Jul 2019 01:29:02 -0700 Received: from fmsmsx601.amr.corp.intel.com (10.18.126.81) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 10 Jul 2019 01:29:02 -0700 Received: from fmsmsx601.amr.corp.intel.com (10.18.126.81) by fmsmsx601.amr.corp.intel.com (10.18.126.81) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Wed, 10 Jul 2019 01:29:02 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx601.amr.corp.intel.com (10.18.126.81) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.1713.5 via Frontend Transport; Wed, 10 Jul 2019 01:29:02 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.3]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.55]) with mapi id 14.03.0439.000; Wed, 10 Jul 2019 16:29:00 +0800 From: "Yao, Lei A" To: "Mo, YufengX" , "dts@dpdk.org" CC: "Mo, YufengX" Thread-Topic: [dts] [PATCH V1 1/2] tests/kni: fix typo in output message Thread-Index: AQHVNsy+HDPSGXTfKk2PThcT9lZEXKbDhVHA Date: Wed, 10 Jul 2019 08:28:59 +0000 Message-ID: <2DBBFF226F7CF64BAFCA79B681719D954972F9A3@shsmsx102.ccr.corp.intel.com> References: <1562728162-214888-1-git-send-email-yufengx.mo@intel.com> <1562728162-214888-2-git-send-email-yufengx.mo@intel.com> In-Reply-To: <1562728162-214888-2-git-send-email-yufengx.mo@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYjYzODI1YWMtMzc2MS00OTcyLTg1YWMtYWZmODA1YjZmODNjIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoibE5KVGNxQjVLQzhsbEZ5a2xCYzlraVBVaWZPNUZTOUM2UVBrd2lXR3Z5TWwwV2RJemkrREJwbXI2R3paM2hpNCJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V1 1/2] tests/kni: fix typo in output message X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of yufengmx > Sent: Wednesday, July 10, 2019 11:09 AM > To: dts@dpdk.org > Cc: Mo, YufengX > Subject: [dts] [PATCH V1 1/2] tests/kni: fix typo in output message >=20 >=20 > fix typo issue in output message. >=20 > Signed-off-by: yufengmx Acked-by : Lei Yao > --- > tests/TestSuite_kni.py | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/tests/TestSuite_kni.py b/tests/TestSuite_kni.py > index cf2403d..f1f85df 100644 > --- a/tests/TestSuite_kni.py > +++ b/tests/TestSuite_kni.py > @@ -780,7 +780,7 @@ class TestKni(TestCase): > total_cores =3D len(self.config['tx_cores'] + self.config[ > 'rx_cores'] + self.config['kernel_cores']) > if total_cores > self.dut_physical_cores(): > - self.logger.info("Skiping step %s (%d cores needed, got = %d)" % > + self.logger.info("Skipping step %s (%d cores needed, got= %d)" % > (step['config'], total_cores, > self.dut_physical_cores()) > ) > @@ -850,7 +850,7 @@ class TestKni(TestCase): > total_cores =3D len(self.config['tx_cores'] + self.config[ > 'rx_cores'] + self.config['kernel_cores']) > if total_cores > self.dut_physical_cores(): > - self.logger.info("Skiping step %s (%d cores needed, got = %d)" % > + self.logger.info("Skipping step %s (%d cores needed, got= %d)" % > (step['config'], total_cores, > self.dut_physical_cores()) > ) > -- > 1.9.3