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 E4062A0093; Mon, 11 Apr 2022 04:40:19 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B60F940685; Mon, 11 Apr 2022 04:40:19 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 260FE4067B for ; Mon, 11 Apr 2022 04:40:17 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1649644818; x=1681180818; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=9CyIaMYEp9KIZqDR/eucttUO8QfyD/D4hKB8NxC8VrU=; b=n/V1G/RNOwbtxHvJ8E6li9zru2jLZP4A2b+ieJ4OBTYmvM5O67fkXbOo mqa1o+KDiHjGnnM7tbyNZGO6q6ExtIlPXKuzxS7i+7P5pD6dnQ2Vl0NtR KIUDi4Asa7eR95Jn64h9/W/hzGnsIayL7LxDzZu4UwcD8Zcc+di6pdMAB tTfmd8H2j9fUM4M16LPPxySBvDMUFK/g7gov0ZfGkZtqbcBNIczmwKUaz nJt2R6IQYGZF4mwUWnFEXSxTkz+8cITwmUl2feSIRoJEj3izzrc3hOJoI HFqgei3VRiXN3ZG77qU13b9qWSwTqXup4cYPbfBknlug//tOQEeXYT3+g Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10313"; a="262198077" X-IronPort-AV: E=Sophos;i="5.90,250,1643702400"; d="scan'208";a="262198077" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Apr 2022 19:40:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,250,1643702400"; d="scan'208";a="550932365" Received: from fmsmsx606.amr.corp.intel.com ([10.18.126.86]) by orsmga007.jf.intel.com with ESMTP; 10 Apr 2022 19:40:16 -0700 Received: from fmsmsx605.amr.corp.intel.com (10.18.126.85) by fmsmsx606.amr.corp.intel.com (10.18.126.86) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.27; Sun, 10 Apr 2022 19:40:15 -0700 Received: from fmsmsx605.amr.corp.intel.com ([10.18.126.85]) by fmsmsx605.amr.corp.intel.com ([10.18.126.85]) with mapi id 15.01.2308.027; Sun, 10 Apr 2022 19:40:15 -0700 From: "Tu, Lijuan" To: "ohilyard@iol.unh.edu" , "dts@dpdk.org" CC: "juraj.linkes@pantheon.tech" Subject: RE: [PATCH v1] framework: Move test-specific files to test directory Thread-Topic: [PATCH v1] framework: Move test-specific files to test directory Thread-Index: AQHYScLfw7tfaZ5ddk+25eosAYkLVqzp/VnA Date: Mon, 11 Apr 2022 02:40:15 +0000 Message-ID: <001a2a80b577446f8ebaf237fc2fe0a8@intel.com> References: <20220406141902.20334-1-ohilyard@iol.unh.edu> In-Reply-To: <20220406141902.20334-1-ohilyard@iol.unh.edu> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.6.401.20 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" 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 > tests/util/virt/__init__.py | 2 ++ > {framework =3D> tests/util/virt}/virt_base.py | 8 ++++---- > {framework =3D> tests/util/virt}/virt_common.py | 8 ++++---- > {framework =3D> tests/util/virt}/virt_dut.py | 10 +++++----- > {framework =3D> tests/util/virt}/virt_scene.py | 12 ++++++------ I think qemu_libvirt, qemu_kvm, virt_resource should be considered too.=20 Btw, What about the suites/modules which call/depend on these modules ?