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 371FEA0487 for ; Wed, 3 Jul 2019 07:56:59 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 206C44C8F; Wed, 3 Jul 2019 07:56:59 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 89D3244C3 for ; Wed, 3 Jul 2019 07:56:57 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Jul 2019 22:56:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,446,1557212400"; d="scan'208";a="362921565" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga006.fm.intel.com with ESMTP; 02 Jul 2019 22:56:56 -0700 Received: from fmsmsx606.amr.corp.intel.com (10.18.126.86) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 2 Jul 2019 22:56:56 -0700 Received: from fmsmsx606.amr.corp.intel.com (10.18.126.86) by fmsmsx606.amr.corp.intel.com (10.18.126.86) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Tue, 2 Jul 2019 22:56:56 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx606.amr.corp.intel.com (10.18.126.86) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.1713.5 via Frontend Transport; Tue, 2 Jul 2019 22:56:55 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.134]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.55]) with mapi id 14.03.0439.000; Wed, 3 Jul 2019 13:56:54 +0800 From: "Tu, Lijuan" To: "thaq@marvell.com" , "dts@dpdk.org" CC: "fmasood@marvell.com" , "avijay@marvell.com" Thread-Topic: [dts] [PATCH] tests/TestSuite_eventdev_perf.py : Moved Unbind_eventdev_port function call to tear_down_all tests/TestSuite_eventdev_pipeline_perf.py : Moved Unbind_eventdev_port function call to tear_down_all Thread-Index: AQHVL9I3iUZrz1b8NUOGLS3D3aMemaa4aJHQ Date: Wed, 3 Jul 2019 05:56:54 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BAD92EE@SHSMSX101.ccr.corp.intel.com> References: <1561960731-10416-1-git-send-email-thaq@marvell.com> In-Reply-To: <1561960731-10416-1-git-send-email-thaq@marvell.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.0.600.7 dlp-reaction: no-action x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYThiOWI5YzktMzdlYS00ZDJiLWE2NDAtYjlkZjNjNWZiNjI2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiM3laQzVpZEJFQ1ZPZFZXREk0WmE0VWdJN2tZYmVkYjBxbXo4cmZLNTBIc0wyU1BqcFdheGF6MkJzRkNnS25qSyJ9 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] tests/TestSuite_eventdev_perf.py : Moved Unbind_eventdev_port function call to tear_down_all tests/TestSuite_eventdev_pipeline_perf.py : Moved Unbind_eventdev_port function call to tear_down_all 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" Applied, thanks > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of thaq@marvell.com > Sent: Monday, July 1, 2019 1:59 PM > To: dts@dpdk.org > Cc: fmasood@marvell.com; avijay@marvell.com; Thanseerulhaq > > Subject: [dts] [PATCH] tests/TestSuite_eventdev_perf.py : Moved > Unbind_eventdev_port function call to tear_down_all > tests/TestSuite_eventdev_pipeline_perf.py : Moved Unbind_eventdev_port > function call to tear_down_all >=20 > From: Thanseerulhaq >=20 > Signed-off-by: Thanseerulhaq > --- > tests/TestSuite_eventdev_perf.py | 4 ++-- > tests/TestSuite_eventdev_pipeline_perf.py | 4 ++-- > 2 files changed, 4 insertions(+), 4 deletions(-) >=20 > diff --git a/tests/TestSuite_eventdev_perf.py > b/tests/TestSuite_eventdev_perf.py > index d950a87..a2520a8 100644 > --- a/tests/TestSuite_eventdev_perf.py > +++ b/tests/TestSuite_eventdev_perf.py > @@ -1596,11 +1596,11 @@ class > TestEventdevPerf(TestCase,IxiaPacketGenerator): > """ > Run after each test case. > """ > - self.dut.send_expect("^C", "# ", 5) > - > self.dut.unbind_eventdev_port(port_to_unbind=3Dself.eventdev_device_bus_i > d) >=20 > def tear_down_all(self): > """ > Run after each test suite. > """ > + self.dut.send_expect("^C", "# ", 5) > + > self.dut.unbind_eventdev_port(port_to_unbind=3Dself.eventdev_device_bus_i > d) > self.dut.kill_all() > diff --git a/tests/TestSuite_eventdev_pipeline_perf.py > b/tests/TestSuite_eventdev_pipeline_perf.py > index 1d8a374..6a4bcad 100644 > --- a/tests/TestSuite_eventdev_pipeline_perf.py > +++ b/tests/TestSuite_eventdev_pipeline_perf.py > @@ -824,11 +824,11 @@ class > TestEventdevPipelinePerf(TestCase,IxiaPacketGenerator): > """ > Run after each test case. > """ > - self.dut.send_expect("^C", "# ", 5) > - > self.dut.unbind_eventdev_port(port_to_unbind=3Dself.eventdev_device_bus_i > d) >=20 > def tear_down_all(self): > """ > Run after each test suite. > """ > + self.dut.send_expect("^C", "# ", 5) > + > self.dut.unbind_eventdev_port(port_to_unbind=3Dself.eventdev_device_bus_i > d) > self.dut.kill_all() > -- > 1.8.3.1