From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 86882A04B5; Wed, 13 Jan 2021 07:49:38 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 56C00140E4F; Wed, 13 Jan 2021 07:49:38 +0100 (CET) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id 57ED4140E4D for ; Wed, 13 Jan 2021 07:49:37 +0100 (CET) IronPort-SDR: 8ZrPicY/PacyYFFRZ8Hkv6ZkbZGRYmvfVlOAu8H/QLN+gowcrUAxXT90irTG+w71sWiipUCYhx E0Ej2MmG7ZLA== X-IronPort-AV: E=McAfee;i="6000,8403,9862"; a="157936218" X-IronPort-AV: E=Sophos;i="5.79,343,1602572400"; d="scan'208";a="157936218" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Jan 2021 22:49:36 -0800 IronPort-SDR: RMMHbyDaLK8HWyOoUAfDb6dnmkyr+grLwA8uiecsDXFsORPe2jLSYkg3RjkMrD1dsCFMlm/1a0 Qces0nPJhzxw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.79,343,1602572400"; d="scan'208";a="464795929" Received: from fmsmsx604.amr.corp.intel.com ([10.18.126.84]) by fmsmga001.fm.intel.com with ESMTP; 12 Jan 2021 22:49:36 -0800 Received: from shsmsx606.ccr.corp.intel.com (10.109.6.216) by fmsmsx604.amr.corp.intel.com (10.18.126.84) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Tue, 12 Jan 2021 22:49:35 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX606.ccr.corp.intel.com (10.109.6.216) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Wed, 13 Jan 2021 14:49:33 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.1713.004; Wed, 13 Jan 2021 14:49:33 +0800 From: "Tu, Lijuan" To: "Xia, YanX" , "dts@dpdk.org" CC: "Xia, YanX" Thread-Topic: [dts] [PATCH V1] tests/TestSuite_telemetry:modify file path Thread-Index: AQHW5Y+NdJvUJhnIAEWQy2KN6xjAVqolJTqg Date: Wed, 13 Jan 2021 06:49:33 +0000 Message-ID: References: <20210108072751.15119-1-yanx.xia@intel.com> In-Reply-To: <20210108072751.15119-1-yanx.xia@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.5.1.3 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V1] tests/TestSuite_telemetry:modify file path X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 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" >=20 > modify file path >=20 > Signed-off-by: Xia Yan > --- > tests/TestSuite_telemetry.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/tests/TestSuite_telemetry.py b/tests/TestSuite_telemetry.py = index > 81e14a6c..bc2358c5 100644 > --- a/tests/TestSuite_telemetry.py > +++ b/tests/TestSuite_telemetry.py > @@ -128,7 +128,7 @@ class TestTelemetry(TestCase): > self.query_tool =3D ';'.join([ > 'cd {}'.format(self.target_dir), > 'chmod 777 {}'.format(fileName), > - './' + fileName]) > + 'python2 ' + fileName]) Python2 is EOL, please update to python3, thanks >=20 > def rename_dpdk_telemetry_tool(self): > ''' > -- > 2.17.1