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 2D3FAA2EF9 for ; Mon, 16 Sep 2019 03:51:06 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E2F481BFF6; Mon, 16 Sep 2019 03:51:05 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 160BD1BFEC for ; Mon, 16 Sep 2019 03:51:03 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Sep 2019 18:51:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,489,1559545200"; d="scan'208";a="361387769" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga005.jf.intel.com with ESMTP; 15 Sep 2019 18:51:02 -0700 Received: from fmsmsx157.amr.corp.intel.com (10.18.116.73) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 15 Sep 2019 18:51:01 -0700 Received: from shsmsx105.ccr.corp.intel.com (10.239.4.158) by FMSMSX157.amr.corp.intel.com (10.18.116.73) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 15 Sep 2019 18:51:01 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.113]) by SHSMSX105.ccr.corp.intel.com ([169.254.11.23]) with mapi id 14.03.0439.000; Mon, 16 Sep 2019 09:50:59 +0800 From: "Mo, YufengX" To: "dts@dpdk.org" CC: "Peng, Yuan" , "Li, WenjieX A" Thread-Topic: [dts][PATCH V1 1/1] tests/flow_classify_softnic: fix target source code Thread-Index: AQHVaT8sBsQXJaMOsku9FuaPJyhAxKctj7mQ Date: Mon, 16 Sep 2019 01:50:59 +0000 Message-ID: References: <20190912075440.19444-1-yufengx.mo@intel.com> <20190912075440.19444-2-yufengx.mo@intel.com> In-Reply-To: <20190912075440.19444-2-yufengx.mo@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 1/1] tests/flow_classify_softnic: fix target source code 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 Mo, YufengX > -----Original Message----- > From: Mo, YufengX > Sent: Thursday, September 12, 2019 3:55 PM > To: dts@dpdk.org; Peng, Yuan ; Li, WenjieX A > Cc: Mo, YufengX > Subject: [dts][PATCH V1 1/1] tests/flow_classify_softnic: fix target sour= ce code >=20 > directory issue >=20 > change hard code of target source code directory. >=20 > Signed-off-by: yufengmx > --- > tests/TestSuite_flow_classify_softnic.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/tests/TestSuite_flow_classify_softnic.py b/tests/TestSuite_f= low_classify_softnic.py > index a649a44..33f701e 100644 > --- a/tests/TestSuite_flow_classify_softnic.py > +++ b/tests/TestSuite_flow_classify_softnic.py > @@ -72,7 +72,7 @@ class TestFlowClassifySoftnic(TestCase): > file =3D 'flow_classify_softnic.tar.gz' > src_file =3D r'./dep/%s' % file > dst1 =3D '/tmp' > - dst2 =3D '/root/dpdk/drivers/net/softnic' > + dst2 =3D os.path.join(self.dut.base_dir, 'drivers/net/softnic') > self.dut.session.copy_file_to(src_file, dst1) > self.dut.send_expect("tar xf %s/%s -C %s" % (dst1, file, dst2), = "#", 30) >=20 > -- > 2.21.0