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 27587A0506; Thu, 14 Apr 2022 07:40:11 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2204A40687; Thu, 14 Apr 2022 07:40:11 +0200 (CEST) Received: from mailgw02.pantheon.sk (mailgw01.pantheon.sk [46.229.239.26]) by mails.dpdk.org (Postfix) with ESMTP id AC5564003F for ; Thu, 14 Apr 2022 07:40:09 +0200 (CEST) Received: from mailgw02.pantheon.sk (localhost.localdomain [127.0.0.1]) by mailgw02.pantheon.sk (Proxmox) with ESMTP id 8F4FC182854; Thu, 14 Apr 2022 07:40:09 +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=EHo8j3X0pf7c1vO5721C PUfDvT4VCiP435CWfiX7Igs=; b=S4SExRRgQ2LFu7EWwoQRC6dTzZEHWN1CL5tt df/yOJJsMmRhXCV/vwlS7XW+ltzk9By91Ryribd/70sV+dSO/56hU9VJR9XChlWq 6Q51RWjdMRoPacP11QZdgwiDPBlLTZat2js4oySE8sxD9hUZR8hwdgDZc8mTLWBv RVzyEm2h/WcXocq54yFXozADG8jV3ccwW2lt8bhLcKSRugV6WejIXlar032swGhM hiTfvydqqb7NyB2cGh8DRZASQxygW/dG9mSYkewKimA/TfGbdPXfs5fKw5EB/Ot+ eCbLAbU7Dui77kNiM7WR6anDDRJXmPDBdeKbdI3XnspcNzhA2A== From: =?iso-8859-2?Q?Juraj_Linke=B9?= To: "ohilyard@iol.unh.edu" , "dts@dpdk.org" CC: "lijuan.tu@intel.com" Subject: RE: [PATCH v3 2/3] update files depending on tests/util Thread-Topic: [PATCH v3 2/3] update files depending on tests/util Thread-Index: AQHYT0ZzPWVPQnkuUEiAxF/fObuagazu5XiQ Date: Thu, 14 Apr 2022 05:40:07 +0000 Message-ID: References: <20220413145437.31526-1-ohilyard@iol.unh.edu> <20220413145437.31526-2-ohilyard@iol.unh.edu> In-Reply-To: <20220413145437.31526-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 6a8fc957..83f0d7a2 > 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 And this also didn't get addressed, I guess you just added the commit in v3= .