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 BD466A0613 for ; Wed, 28 Aug 2019 12:41:10 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B512B1C1A7; Wed, 28 Aug 2019 12:41:10 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 8515A1BFA9 for ; Wed, 28 Aug 2019 12:41:09 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Aug 2019 03:41:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,440,1559545200"; d="scan'208";a="183089997" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga003.jf.intel.com with ESMTP; 28 Aug 2019 03:41:08 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 28 Aug 2019 03:41:07 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.80]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.62]) with mapi id 14.03.0439.000; Wed, 28 Aug 2019 18:41:05 +0800 From: "Tu, Lijuan" To: "Li, WenjieX A" , "dts@dpdk.org" CC: "Li, WenjieX A" Thread-Topic: [dts] [PATCH V1] tests/hotplug_mp: bind the ports to dpdk after test Thread-Index: AQHVUwqB1u6m3yEnh0CLBjoYpN5NpacQdBZg Date: Wed, 28 Aug 2019 10:41:05 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BB06CDF@SHSMSX101.ccr.corp.intel.com> References: <1565865339-28621-1-git-send-email-wenjiex.a.li@intel.com> In-Reply-To: <1565865339-28621-1-git-send-email-wenjiex.a.li@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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYjU4M2ZjOTMtYTQwOS00MjRhLTkzNjUtMzZiOWQ2MzhmNWQ4IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiSndcL3BjYU5uNUM0WHRWSUFZNVJVVzEyRWNwZzlvXC9KcVpxdHlmMkRtMHgxZzZod1pobFZ3ODd6N2RLaWJSUnA5In0= 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/hotplug_mp: bind the ports to dpdk after test 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 Wenjie Li > Sent: Thursday, August 15, 2019 6:36 PM > To: dts@dpdk.org > Cc: Li, WenjieX A > Subject: [dts] [PATCH V1] tests/hotplug_mp: bind the ports to dpdk after = test >=20 > Should bind the ports to dpdk in tear_down_all, since ports are bind to > kernel driver in set_up_all; without this action, it will affect followin= g tests. >=20 > Signed-off-by: Wenjie Li > --- > tests/TestSuite_hotplug_mp.py | 1 + > 1 file changed, 1 insertion(+) >=20 > diff --git a/tests/TestSuite_hotplug_mp.py b/tests/TestSuite_hotplug_mp.p= y > index 3a43058..42bbee9 100644 > --- a/tests/TestSuite_hotplug_mp.py > +++ b/tests/TestSuite_hotplug_mp.py > @@ -309,5 +309,6 @@ class TestHotplugMp(TestCase): > """ > Run after each test suite. > """ > + self.dut.bind_interfaces_linux(self.drivername) > self.dut.close_session(self.dut) > self.dut.kill_all() > -- > 2.17.1