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 08AECA09E4; Thu, 21 Jan 2021 09:24:18 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EE792140EDB; Thu, 21 Jan 2021 09:24:17 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id 68A55140ED5 for ; Thu, 21 Jan 2021 09:24:16 +0100 (CET) IronPort-SDR: MTKe8NgIYXccL0P5uhupWb1CEyL7WEuWgC+P7QFiDitIZLN6CqFV30vsWwKN3T3XSJVYLMw1tY d3G56rrqJmiA== X-IronPort-AV: E=McAfee;i="6000,8403,9870"; a="243308516" X-IronPort-AV: E=Sophos;i="5.79,363,1602572400"; d="scan'208";a="243308516" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Jan 2021 00:24:15 -0800 IronPort-SDR: UWncx66V5Dpj0dRtLvnbA8yuPJwYTaGD+JxaE2GFMrE7KT/4kD5Fnxc1pgJRpExL5RY4L4msfb ZWYSZKMbb8vw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.79,363,1602572400"; d="scan'208";a="351382769" Received: from fmsmsx605.amr.corp.intel.com ([10.18.126.85]) by orsmga003.jf.intel.com with ESMTP; 21 Jan 2021 00:24:15 -0800 Received: from shsmsx605.ccr.corp.intel.com (10.109.6.215) by fmsmsx605.amr.corp.intel.com (10.18.126.85) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Thu, 21 Jan 2021 00:24:14 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX605.ccr.corp.intel.com (10.109.6.215) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Thu, 21 Jan 2021 16:24:12 +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; Thu, 21 Jan 2021 16:24:12 +0800 From: "Tu, Lijuan" To: "Chen, BoX C" , "dts@dpdk.org" CC: "Chen, BoX C" Thread-Topic: [dts] [PATCH V1] tests/TestSuite_telemetry: Adapting python3 code rules Thread-Index: AQHW7j4Z4eRLM5Dcn0279YM2kRuFJaoxwIdg Date: Thu, 21 Jan 2021 08:24:12 +0000 Message-ID: <10333fe2a29741fdb01dba1161ebb851@intel.com> References: <20210119083220.16249-1-box.c.chen@intel.com> In-Reply-To: <20210119083220.16249-1-box.c.chen@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: Adapting python3 code rules 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" > Subject: [dts] [PATCH V1] tests/TestSuite_telemetry: Adapting python3 cod= e > rules >=20 > The coding styles of python2 and python3 are different, modify script to > adapt to python3. >=20 > Signed-off-by: ChenBo Applied, next time please: 1, remove prefix "TestSuite" in subject to reduce text count 2, don't use capitals in general =09