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 657FCA04E0; Wed, 27 Nov 2019 10:18:36 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5624058C3; Wed, 27 Nov 2019 10:18:36 +0100 (CET) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id B3493235 for ; Wed, 27 Nov 2019 10:18:34 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Nov 2019 01:18:32 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,248,1571727600"; d="scan'208";a="359444251" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga004.jf.intel.com with ESMTP; 27 Nov 2019 01:18:33 -0800 Received: from fmsmsx154.amr.corp.intel.com (10.18.116.70) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 27 Nov 2019 01:18:33 -0800 Received: from shsmsx153.ccr.corp.intel.com (10.239.6.53) by FMSMSX154.amr.corp.intel.com (10.18.116.70) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 27 Nov 2019 01:18:32 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.213]) by SHSMSX153.ccr.corp.intel.com ([169.254.12.215]) with mapi id 14.03.0439.000; Wed, 27 Nov 2019 17:18:31 +0800 From: "Tu, Lijuan" To: "Xie, WeiX" , "dts@dpdk.org" CC: "Xie, WeiX" Thread-Topic: [dts] [PATCH V1] tests/eventdev_pipeline:modify parameter Thread-Index: AQHVo192ixba+XpErUmZaAyvqvpcsaeewGzA Date: Wed, 27 Nov 2019 09:18:30 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BB696C4@SHSMSX101.ccr.corp.intel.com> References: <1574666121-116152-1-git-send-email-weix.xie@intel.com> In-Reply-To: <1574666121-116152-1-git-send-email-weix.xie@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYmU3YzNmZDgtNGQ2Ni00Mjg3LTg4YWMtYmU4NjU2OWI1YzRjIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiZDI5MVVnbHJDSXBnTWZvMkpCMzlSQjFqcys1XC9BUGQ4dUtEWUY3QnJNUnJIZ0FFVUxHZkxsdVpqRVdRZDk3VU4ifQ== 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] tests/eventdev_pipeline:modify parameter 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" self.self.core_config should be self.core_config > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Xie Wei > Sent: Monday, November 25, 2019 3:15 PM > To: dts@dpdk.org > Cc: Xie, WeiX > Subject: [dts] [PATCH V1] tests/eventdev_pipeline:modify parameter >=20 > modify command parameter >=20 > Signed-off-by: Xie Wei > --- > tests/TestSuite_eventdev_pipeline.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/tests/TestSuite_eventdev_pipeline.py > b/tests/TestSuite_eventdev_pipeline.py > index 1e99389..2fc2ded 100644 > --- a/tests/TestSuite_eventdev_pipeline.py > +++ b/tests/TestSuite_eventdev_pipeline.py > @@ -95,7 +95,7 @@ class TestEventdevPipeline(TestCase): > """ > run eventdev_pipeline command > """ > - eal_params =3D self.dut.create_eal_parameters(cores=3Dself.core_= list, > + eal_params =3D > self.dut.create_eal_parameters(cores=3Dself.self.core_config, > ports=3D[self.dut.ports_info[0]['pci']]) > command_line =3D "taskset -c %s " + self.app_command + \ > "/build/app/eventdev_pipeline %s " + \ > -- > 2.17.2