From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 2D4E43256 for ; Tue, 11 Dec 2018 11:37:06 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Dec 2018 02:37:05 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,342,1539673200"; d="scan'208";a="128921538" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga001.fm.intel.com with ESMTP; 11 Dec 2018 02:37:05 -0800 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 11 Dec 2018 02:37:05 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.201]) by shsmsx102.ccr.corp.intel.com ([169.254.2.182]) with mapi id 14.03.0415.000; Tue, 11 Dec 2018 18:37:03 +0800 From: "Tu, Lijuan" To: "Lin, Xueqin" , "dts@dpdk.org" CC: "Lin, Xueqin" Thread-Topic: [dts] [PATCH] tests/hotplug_mp: fix hotplug_mp example build path issue Thread-Index: AQHUjgPfxUw2fY/UC0uLFlmyAfEJ16V5XtMA Date: Tue, 11 Dec 2018 10:37:02 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0B9DEEB0@SHSMSX101.ccr.corp.intel.com> References: <1544148354-108179-1-git-send-email-xueqin.lin@intel.com> In-Reply-To: <1544148354-108179-1-git-send-email-xueqin.lin@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.0.400.15 dlp-reaction: no-action x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYmQ4MGRmYzMtMWY1Zi00OGNjLWFlYzgtMzAwNGNjY2E0ZjdiIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiWTB5eHFaNkRrcXdaNWZkVUJrWnlEUWVCRFNOK0xyUjZvU1ZhUmNqYURTK01DNWkyWnZHMWRcL0JHZ1FCeXJ4SVYifQ== 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/hotplug_mp: fix hotplug_mp example build path issue 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: , X-List-Received-Date: Tue, 11 Dec 2018 10:37:07 -0000 Applied, thanks > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Xueqin Lin > Sent: Friday, December 7, 2018 10:06 AM > To: dts@dpdk.org > Cc: Lin, Xueqin > Subject: [dts] [PATCH] tests/hotplug_mp: fix hotplug_mp example build pat= h > issue >=20 > From: "xueqin.lin" >=20 > Signed-off-by: Xueqin Lin >=20 > --- > tests/TestSuite_hotplug_mp.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/tests/TestSuite_hotplug_mp.py b/tests/TestSuite_hotplug_mp.p= y > index 20f914a..ff89164 100644 > --- a/tests/TestSuite_hotplug_mp.py > +++ b/tests/TestSuite_hotplug_mp.py > @@ -22,7 +22,7 @@ class TestHotplugMp(TestCase): > self.verify(len(self.dut_ports) >=3D 1, "Insufficient ports") > self.intf0 =3D self.dut.ports_info[0]['intf'] > self.pci0 =3D self.dut.ports_info[0]['pci'] > - out =3D > self.dut.build_dpdk_apps("./examples/multi_process/hotplug_mp") > + out =3D self.dut.build_dpdk_apps("./examples/multi_process/") > self.verify('Error' not in out, "Compilation failed") > # Start one new session to run primary process > self.session_pri =3D self.dut.new_session() > -- > 2.7.5