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 7282FA0093; Fri, 11 Mar 2022 06:15:02 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 63E6F40140; Fri, 11 Mar 2022 06:15:02 +0100 (CET) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id EC3EE40042 for ; Fri, 11 Mar 2022 06:15:00 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1646975701; x=1678511701; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=VofkfAHa+rJ3hY9J4OfJNP1BN13T3am6llgz2j6EmWU=; b=GzOtBgzAAT1U8aYrQhbRKRUsB79GL/o8KQSv51oXeoSoLoFUgmU0ZHYr YQfy3R8ctQkszzE5tnmLYxwz6l0YgUTVscYs4/J68qNhB2isKYDxzK547 wFhZh/8RJDfTzKhNGUMClVfqaf8otroK1UxNH3u8ezFKMXeeiKMBYKOLC hZtdPwGZdyR++UmshijAbXMaYpDCYHJox9ae0esipeHFb5ZRq1DD7waOw iCxNfHIO1MkpwQNelUAhEACUFbHnVPaR8EImI8AJqffjVPzqkND+PbSCB BCRNaelgEt/U/ib3YHx01MbFO93i6hR35jpQoPkKe+xdAPJFNhuqKQN2n w==; X-IronPort-AV: E=McAfee;i="6200,9189,10282"; a="280245238" X-IronPort-AV: E=Sophos;i="5.90,172,1643702400"; d="scan'208";a="280245238" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Mar 2022 21:14:59 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,172,1643702400"; d="scan'208";a="555146913" Received: from fmsmsx606.amr.corp.intel.com ([10.18.126.86]) by orsmga008.jf.intel.com with ESMTP; 10 Mar 2022 21:14:59 -0800 Received: from shsmsx604.ccr.corp.intel.com (10.109.6.214) by fmsmsx606.amr.corp.intel.com (10.18.126.86) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.21; Thu, 10 Mar 2022 21:14:58 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX604.ccr.corp.intel.com (10.109.6.214) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.21; Fri, 11 Mar 2022 13:14:57 +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.2308.021; Fri, 11 Mar 2022 13:14:57 +0800 From: "Tu, Lijuan" To: "Dong, JunX" , "dts@dpdk.org" , "ohilyard@iol.unh.edu" CC: "Sun, QingX" Subject: RE: [dts] [V1 5/5] tests/TestSuite_stats_checks: fix pylama errors Thread-Topic: [dts] [V1 5/5] tests/TestSuite_stats_checks: fix pylama errors Thread-Index: AQHYNOvQMPXcSGZh1Uqr7PlzD6p6day5o/ow Date: Fri, 11 Mar 2022 05:14:57 +0000 Message-ID: <380124566f914c7f87d516fead3d7b6c@intel.com> References: <20220311020022.6678-1-junx.dong@intel.com> <20220311020022.6678-6-junx.dong@intel.com> In-Reply-To: <20220311020022.6678-6-junx.dong@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.6.401.20 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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 > -----Original Message----- > From: Dong, JunX > Sent: 2022=1B$BG/=1B(B3=1B$B7n=1B(B11=1B$BF|=1B(B 10:00 > To: dts@dpdk.org; ohilyard@iol.unh.edu > Cc: Tu, Lijuan ; Sun, QingX ; D= ong, > JunX > Subject: [dts] [V1 5/5] tests/TestSuite_stats_checks: fix pylama errors >=20 > Pylama found the following errors: > tests/TestSuite_stats_checks.py:265: [E] E0102 method already defined lin= e 65 > [pylint] > tests/TestSuite_stats_checks.py:271: [E] E0102 method already defined lin= e 71 > [pylint] >=20 > Signed-off-by: Jun Dong Series applied.