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 9BB3FA0471 for ; Thu, 15 Aug 2019 03:42:06 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 815F91BE93; Thu, 15 Aug 2019 03:42:06 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 8BCF51BE90 for ; Thu, 15 Aug 2019 03:42:05 +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 orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Aug 2019 18:42:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,387,1559545200"; d="scan'208";a="376930143" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga006.fm.intel.com with ESMTP; 14 Aug 2019 18:42:04 -0700 Received: from fmsmsx121.amr.corp.intel.com (10.18.125.36) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 14 Aug 2019 18:42:03 -0700 Received: from shsmsx108.ccr.corp.intel.com (10.239.4.97) by fmsmsx121.amr.corp.intel.com (10.18.125.36) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 14 Aug 2019 18:42:03 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.139]) by SHSMSX108.ccr.corp.intel.com ([169.254.8.163]) with mapi id 14.03.0439.000; Thu, 15 Aug 2019 09:42:01 +0800 From: "Li, WenjieX A" To: "dts@dpdk.org" CC: "Li, WenjieX A" Thread-Topic: [dts][PATCH V1] tests/hotplug_mp: bind the ports to dpdk after test Thread-Index: AQHVUwqB2MIUcaA9xUazg9NHoi3rGab7bx0w Date: Thu, 15 Aug 2019 01:42:01 +0000 Message-ID: <8688172CD5C0B74590FAE19D9579F94B5377510E@SHSMSX103.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: 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" Tested-by: Li, WenjieX A > -----Original Message----- > From: Li, WenjieX A > 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 t= est >=20 > Should bind the ports to dpdk in tear_down_all, since ports are bind to k= ernel > driver in set_up_all; without this action, it will affect following 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