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 2E69745B96; Tue, 22 Oct 2024 00:46:38 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 11384402E4; Tue, 22 Oct 2024 00:46:38 +0200 (CEST) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mails.dpdk.org (Postfix) with ESMTP id 1374F4027E for ; Tue, 22 Oct 2024 00:46:37 +0200 (CEST) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id E01CB497; Mon, 21 Oct 2024 15:47:05 -0700 (PDT) Received: from localhost.localdomain (unknown [10.57.88.4]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 9714B3F71E; Mon, 21 Oct 2024 15:46:35 -0700 (PDT) From: Luca Vizzarro To: dev@dpdk.org Cc: Paul Szczepanek , Patrick Robb , Luca Vizzarro Subject: [PATCH v3 0/7] DTS external DPDK build Date: Mon, 21 Oct 2024 23:46:20 +0100 Message-ID: <20241021224627.1278175-1-luca.vizzarro@arm.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240930160204.19582-1-tomas.durovec@pantheon.tech> References: <20240930160204.19582-1-tomas.durovec@pantheon.tech> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Hello, sending a fix for some minor problems found in the meantime. v3: - added Tomáš to mailmap - fixed docstrings - amended commit subject v2: - rebased on top of dts-next and resolved conflicts - fixed bugs - rephrased some docstrings - improved settings naming for less ambiguity - improved commit subjects and bodies Kind regards, Luca Tomáš Ďurovec (7): dts: rename build target to DPDK build dts: enforce one dpdk build per test run dts: change remote and local paths objects dts: enable copying directories to and from nodes dts: add support for externally compiled DPDK doc: update argument options for external DPDK build dts: remove git ref option .mailmap | 1 + doc/guides/tools/dts.rst | 82 ++-- dts/conf.yaml | 18 +- dts/framework/config/__init__.py | 142 ++++++- dts/framework/config/conf_yaml_schema.json | 72 +++- dts/framework/config/types.py | 19 +- dts/framework/exception.py | 4 +- dts/framework/logger.py | 4 - dts/framework/remote_session/dpdk_shell.py | 2 +- .../remote_session/remote_session.py | 24 +- dts/framework/remote_session/ssh_session.py | 18 +- dts/framework/runner.py | 139 ++----- dts/framework/settings.py | 202 +++++++--- dts/framework/test_result.py | 124 ++---- dts/framework/test_suite.py | 2 +- dts/framework/testbed_model/node.py | 22 +- dts/framework/testbed_model/os_session.py | 209 ++++++++-- dts/framework/testbed_model/posix_session.py | 141 ++++++- dts/framework/testbed_model/sut_node.py | 376 ++++++++++++------ dts/framework/utils.py | 164 +++----- dts/tests/TestSuite_smoke_tests.py | 2 +- 21 files changed, 1131 insertions(+), 636 deletions(-) -- 2.43.0