[v1,0/2] fix pylama framework errors in crb and virt
Message ID | 1642599655-11727-1-git-send-email-juraj.linkes@pantheon.tech (mailing list archive) |
---|---|
Headers |
Return-Path: <dts-bounces@dpdk.org> 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 <dts@dpdk.org>; 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?= <juraj.linkes@pantheon.tech> To: junx.dong@intel.com, lijuan.tu@intel.com, ohilyard@iol.unh.edu Cc: dts@dpdk.org, =?utf-8?q?Juraj_Linke=C5=A1?= <juraj.linkes@pantheon.tech> 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 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: test suite reviews and discussions <dts.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dts>, <mailto:dts-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dts/> List-Post: <mailto:dts@dpdk.org> List-Help: <mailto:dts-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dts>, <mailto:dts-request@dpdk.org?subject=subscribe> Errors-To: dts-bounces@dpdk.org |
Message
Juraj Linkeš
Jan. 19, 2022, 1:40 p.m. UTC
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(-)