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 4670BA0508; Wed, 13 Apr 2022 09:28:07 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 40D5D40694; Wed, 13 Apr 2022 09:28:07 +0200 (CEST) Received: from mailgw02.pantheon.sk (mailgw01.pantheon.sk [46.229.239.26]) by mails.dpdk.org (Postfix) with ESMTP id 20C0C4068B for ; Wed, 13 Apr 2022 09:28:06 +0200 (CEST) Received: from mailgw02.pantheon.sk (localhost.localdomain [127.0.0.1]) by mailgw02.pantheon.sk (Proxmox) with ESMTP id EBBA11827E7; Wed, 13 Apr 2022 09:28:05 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pantheon.tech; h=cc:cc:content-transfer-encoding:content-type:content-type :date:from:from:in-reply-to:message-id:mime-version:references :reply-to:subject:subject:to:to; s=dkim; bh=BHRM0Kpwn/789p9Q3mY5 jRhfApSfsTQC+IUoEyOuQvg=; b=GmYC4kNFEejl+wlu3DdY7XkTjl9DW9WGwxco qD6RS/CWQc/9o11lVDg7htkNjXOm8cuGh9TW5p66EmVAdAC7pu4p2rttMUq3c9fS K/0CCupdzNkfBLeOaotiDKr6+l+qankIWYG8AB7IJGgU+Lv4WoSgsYJy5K49bHUp nkQtse9JpJLa7Uq4rYUPJ2MOziX1mDWKDHaZBWf5Y3YDpOlK6Xig3uJrOlEtnIAe jb2MecvXsRPzAlaCZHeYl34EIs62+C83L81qVwZcalstCdwEPShcnC3gUd6+M7Ey WuAVpEle8V4+HCBpIJ0LLiAoZi4paR1mwPJk3R3IQdDrhMRIuA== From: =?iso-8859-2?Q?Juraj_Linke=B9?= To: "ohilyard@iol.unh.edu" , "dts@dpdk.org" CC: "lijuan.tu@intel.com" Subject: RE: [PATCH v2 2/2] update files depending on tests/util Thread-Topic: [PATCH v2 2/2] update files depending on tests/util Thread-Index: AQHYTc1pwqCSRPIvoEyz56DWi7fkXKztblYQ Date: Wed, 13 Apr 2022 07:28:04 +0000 Message-ID: <62c2c46af37445c7b216cf1972d1cb20@pantheon.tech> References: <20220411175549.14680-1-ohilyard@iol.unh.edu> <20220411175549.14680-2-ohilyard@iol.unh.edu> In-Reply-To: <20220411175549.14680-2-ohilyard@iol.unh.edu> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.101.4.10] Content-Type: text/plain; charset="iso-8859-2" 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 > diff --git a/framework/dut.py b/framework/dut.py index a2a93734..d6b8d34a > 100644 > --- a/framework/dut.py > +++ b/framework/dut.py > @@ -46,7 +46,7 @@ from .settings import LOG_NAME_SEP, NICS from > .ssh_connection import SSHConnection from .test_result import ResultTabl= e > from .utils import RED, remove_old_rsa_key -from .virt_resource import > VirtResource > +from framework.virt_resource import VirtResource >=20 A minor point, this is an unneccesary change that violates the current conv= ention. Is this a result of automated tools?