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 7991DA0508; Mon, 9 May 2022 09:40:08 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7302040691; Mon, 9 May 2022 09:40:08 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id 7C9904068F for ; Mon, 9 May 2022 09:40:07 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1652082007; x=1683618007; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=fZEJh6FCfAvvHRkqzRCYt79yirzkZe4K/XP+68YYiRQ=; b=MFHr19siCabTG76CWc+4GTZjhZBv5rS+8tKkqEg6b/1d7VYgQ9biRyZZ sJkK/GDDPZrQXxK+I/PdGPPkXRWP6bn6jGEUr6NskhDMiPY/J3LtgHsa+ jxZ0/ZQIf2UB+IuaiquxIvs8XoVOrJaXDsciB9WhxoYoSxdWgTGX+jWVb CSc7S6mTLbDerrebfZiPcLT/xicOda1fG7kmGmI19r6SQbuyZgZcL9jiU nafGBwKl3q8G5PDX7TCbxCTkhur7DwSBoBtnUWTUzqE/pp8Vbn/Q2MkSy yR6Iu0kGT7X8tqCN3fSkzhPfCpLlA1TJc3wza6otaKrhZEJNJ154j3mqt Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10341"; a="355398105" X-IronPort-AV: E=Sophos;i="5.91,210,1647327600"; d="scan'208";a="355398105" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 May 2022 00:40:06 -0700 Message-Id: <87f1b2$gqo3lv@orsmga007-auth.jf.intel.com> Date: 09 May 2022 00:40:04 -0700 X-IronPort-AV: E=Sophos;i="5.91,210,1647327600"; d="scan'208";a="564924108" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 May 2022 00:40:04 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [V1] framework/*: fix pylama errors From: lijuan.tu@intel.com To: dts@dpdk.org,Jun Dong Cc: lijuan.tu@intel.com,qingx.sun@intel.com,junx.dong@intel.com In-Reply-To: <20220506082531.2009-1-junx.dong@intel.com> 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: , Reply-To: Jun Dong Errors-To: dts-bounces@dpdk.org On Fri, 6 May 2022 16:25:31 +0800, Jun Dong wrote: > Pylama found the following errors: > framework/virt_dut.py:87: [E] E1101 Instance of 'VirtDut' has no 'host_dut'= member [pylint] > framework/virt_dut.py:88: [E] E1101 Instance of 'VirtDut' has no 'host_dut'= member [pylint] > framework/virt_dut.py:119: [E] E1101 Instance of 'VirtDut' has no 'host_dut= ' member [pylint] > framework/virt_dut.py:124: [E] E1101 Instance of 'VirtDut' has no 'host_dut= ' member [pylint] > framework/virt_dut.py:356: [E] E1101 Instance of 'VirtDut' has no 'host_dut= ' member [pylint] >=20 > Signed-off-by: Jun Dong Applied, thanks