From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 31F36A05D3 for ; Fri, 24 May 2019 11:17:51 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id EC1872C16; Fri, 24 May 2019 11:17:50 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 2E2A41C0B for ; Fri, 24 May 2019 11:17:48 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 May 2019 02:17:47 -0700 X-ExtLoop1: 1 Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga007.jf.intel.com with ESMTP; 24 May 2019 02:17:47 -0700 Received: from fmsmsx158.amr.corp.intel.com (10.18.116.75) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.408.0; Fri, 24 May 2019 02:17:46 -0700 Received: from shsmsx154.ccr.corp.intel.com (10.239.6.54) by fmsmsx158.amr.corp.intel.com (10.18.116.75) with Microsoft SMTP Server (TLS) id 14.3.408.0; Fri, 24 May 2019 02:17:46 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.129]) by SHSMSX154.ccr.corp.intel.com ([169.254.7.136]) with mapi id 14.03.0415.000; Fri, 24 May 2019 17:17:45 +0800 From: "Ma, LihongX" To: "Li, WenjieX A" , "Zhu, WenhuiX" , "dts@dpdk.org" CC: "Zhu, WenhuiX" Thread-Topic: [dts] [PATCH V1] tests:align directory changes in dpdk Thread-Index: AQHVEgaJoGOLjM/X4k2fyL+3CRGc5aZ5ZBoAgACayIA= Date: Fri, 24 May 2019 09:17:44 +0000 Message-ID: References: <1558684974-71893-1-git-send-email-wenhuix.zhu@intel.com> <8688172CD5C0B74590FAE19D9579F94B536F3D41@SHSMSX103.ccr.corp.intel.com> In-Reply-To: <8688172CD5C0B74590FAE19D9579F94B536F3D41@SHSMSX103.ccr.corp.intel.com> Accept-Language: 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:align directory changes in dpdk 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" Reviewed-by: lihong -----Original Message----- From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Li, WenjieX A Sent: Friday, May 24, 2019 4:03 PM To: Zhu, WenhuiX ; dts@dpdk.org Cc: Zhu, WenhuiX Subject: Re: [dts] [PATCH V1] tests:align directory changes in dpdk Reviewed-by: Wenjie > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of zhuwenhui > Sent: Friday, May 24, 2019 4:03 PM > To: dts@dpdk.org > Cc: Zhu, WenhuiX > Subject: [dts] [PATCH V1] tests:align directory changes in dpdk >=20 > According to the change of dpdk commit id "218c4e68c1d9". > Changed from "common_linuxapp" to "common_linux" >=20 > Signed-off-by: zhuwenhui > --- > tests/TestSuite_ftag.py | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/tests/TestSuite_ftag.py b/tests/TestSuite_ftag.py index > e58a57a..9d30918 100644 > --- a/tests/TestSuite_ftag.py > +++ b/tests/TestSuite_ftag.py > @@ -70,7 +70,7 @@ class TestFtag(TestCase): > patch_dst =3D "/tmp/" > self.dut.session.copy_file_to(patch_file, patch_dst) > self.patch_hotfix_dpdk(patch_dst +=20 > "fm10k-add-a-unit-test-for-FTAG- based-forwarding.patch", True) > - self.dut.send_expect("sed -i -e > '/CONFIG_RTE_VIRTIO_USER=3Dy/a\CONFIG_RTE_LIBRTE_FM10K_FTAG_FWD > =3Dy' config/common_linuxapp", "# ") > + self.dut.send_expect("sed -i -e > + > '/CONFIG_RTE_VIRTIO_USER=3Dy/a\CONFIG_RTE_LIBRTE_FM10K_FTAG_FWD > =3Dy' > + config/common_linux", "# ") > self.dut.send_expect("sed -i -e '/SRCS-y +=3D=20 > test_pmd_perf.c/a\SRCS-y > +=3D test_fm10k_ftag.c' app/test/Makefile", "# ") > self.dut.build_install_dpdk(self.dut.target) >=20 > @@ -165,7 +165,7 @@ class TestFtag(TestCase): > Run after each test suite. > """ > self.dut.kill_all() > - self.dut.send_expect("sed -i > '/CONFIG_RTE_LIBRTE_FM10K_FTAG_FWD=3Dy/d' config/common_linuxapp", "# ") > + self.dut.send_expect("sed -i > + '/CONFIG_RTE_LIBRTE_FM10K_FTAG_FWD=3Dy/d' config/common_linux", > "# ") > self.dut.send_expect("sed -i '/SRCS-y +=3D test_fm10k_ftag.c/d' > app/test/Makefile", "# ") > patch_dst =3D "/tmp/" > self.patch_hotfix_dpdk(patch_dst +=20 > "fm10k-add-a-unit-test-for-FTAG- based-forwarding.patch", False) > -- > 2.17.2