From patchwork Wed Jan 19 13:40:53 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Juraj_Linke=C5=A1?= X-Patchwork-Id: 106079 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id E6942A04AD; Wed, 19 Jan 2022 14:40:59 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DACFD41152; Wed, 19 Jan 2022 14:40:59 +0100 (CET) Received: from lb.pantheon.sk (lb.pantheon.sk [46.229.239.20]) by mails.dpdk.org (Postfix) with ESMTP id 17D5641147 for ; Wed, 19 Jan 2022 14:40:58 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by lb.pantheon.sk (Postfix) with ESMTP id 5E33B137712; Wed, 19 Jan 2022 14:40:57 +0100 (CET) X-Virus-Scanned: amavisd-new at siecit.sk Received: from lb.pantheon.sk ([127.0.0.1]) by localhost (lb.pantheon.sk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8ivjPLUPuQdw; Wed, 19 Jan 2022 14:40:56 +0100 (CET) Received: from service-node1.lab.pantheon.local (unknown [46.229.239.141]) by lb.pantheon.sk (Postfix) with ESMTP id 049DF1376F0; Wed, 19 Jan 2022 14:40:55 +0100 (CET) From: =?utf-8?q?Juraj_Linke=C5=A1?= To: junx.dong@intel.com, lijuan.tu@intel.com, ohilyard@iol.unh.edu Cc: dts@dpdk.org, =?utf-8?q?Juraj_Linke=C5=A1?= Subject: [PATCH v1 0/2] fix pylama framework errors in crb and virt Date: Wed, 19 Jan 2022 14:40:53 +0100 Message-Id: <1642599655-11727-1-git-send-email-juraj.linkes@pantheon.tech> X-Mailer: git-send-email 2.7.4 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 The patches must be submitted together because there would be conflicts otherwise. The commit messages of the respective commits describe the Pylama errors being fixed. Juraj Linkeš (2): framework/crb: fix pylama errors framework/virt_*: fix pylama errors framework/crb.py | 31 +++++++++++++++++++++++++++---- framework/dut.py | 11 +++++------ framework/project_dpdk.py | 5 +++-- framework/tester.py | 2 +- framework/virt_base.py | 28 ++++++++++++++++++++++++++-- framework/virt_dut.py | 12 +++++------- framework/virt_resource.py | 7 +++++-- framework/virt_scene.py | 12 +++++++----- 8 files changed, 79 insertions(+), 29 deletions(-)