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 0DD4F45A6E; Mon, 30 Sep 2024 18:18:20 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CD67340299; Mon, 30 Sep 2024 18:18:19 +0200 (CEST) Received: from mail-wm1-f50.google.com (mail-wm1-f50.google.com [209.85.128.50]) by mails.dpdk.org (Postfix) with ESMTP id B33224014F for ; Mon, 30 Sep 2024 18:18:18 +0200 (CEST) Received: by mail-wm1-f50.google.com with SMTP id 5b1f17b1804b1-42f56ad2afaso48499845e9.1 for ; Mon, 30 Sep 2024 09:18:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pantheon.tech; s=google; t=1727713097; x=1728317897; darn=dpdk.org; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=TNdmEqsQDHXoujJi9I8YMapvveTNHzRWLogrPUCdgAM=; b=Mi8KK9gSPfVeg0up0fo3GitgA+p5O5f3LggmwWjfDxDjgtLtu3ixcX7fHDfYqVIUo6 UWpO63JcWt71p2lCYBic7WzKD81IJox+McKGcZa4tLGHSwJKipBLpCNGlSUF0hyJiXHJ BJHsH0LxQZWWdQIJoxOHDannf/tUbt/UUQc2Eam68Jzfm528L2zvpmchFnl1Mfq14eSZ K/Axqq9hoHmsdMCF14Zhtk/EBFrHUsbN5P1d7ZevUN7NLMVuHp0nks0dLZ91H4OjGPbs aGk2MwXwo+Zdeuwn0WlionhEaanaQ715igUliCUkOmfnpvp9kpSMpa/9YRLZxv1F5c3Z p1Wg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1727713097; x=1728317897; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=TNdmEqsQDHXoujJi9I8YMapvveTNHzRWLogrPUCdgAM=; b=YyjyH01J4WCLwmA8S7twybQ7MtQ1PJrwM1XpxCMzNMCDg7TslydsJnoBoPiso5RHzJ 6AMXT35KBbrOeZkzF8gmaNru2qJBHqibkATDhXo9Z5rMvhMZ8drJ0xcoNcluI7mc+CID hAhmkPrntNRUP5qMXzXyi3+/QRPK6AGTMorQbDPcFdYL+jRdqVV7e9hvR6Z2osotsXY/ HHzJZ5Z6LzyhVhcb6C+onFjyIPj38n7HGz42HiqhZe/auSw13aL7/T1GrXx14le988Zu KuUvvFYyFNlBNueka9gmSbcphBHcX0XzSpMjJi0qAhGjlDR/cQNOkjtoRSEYZTAXSibB x1qQ== X-Gm-Message-State: AOJu0YwA6d+9SoN8RFRjVBaPxfitlMs0eB3wRpOS4C4lXhGHbm+bANY3 s9D5rWqg++7odnf/SgqEz1cDQf2k9KGmWEkdngpZ4jh/QdPu6y8IxKdp/q2fHNyiLqdZNalySqi ZVrA= X-Google-Smtp-Source: AGHT+IFPyQN8rNkMcw3rblzLL/BNODNV597Ck8ieWDqQvC2kklCRi8dmTNda06+qiMbzYbEaTNuIPA== X-Received: by 2002:a5d:4bc4:0:b0:37c:cc05:7a56 with SMTP id ffacd0b85a97d-37cd5a699cemr9531244f8f.10.1727713097491; Mon, 30 Sep 2024 09:18:17 -0700 (PDT) Received: from fedora.. (ip-46.34.236.94.o2inet.sk. [46.34.236.94]) by smtp.gmail.com with ESMTPSA id a640c23a62f3a-a93c2775d0bsm564923666b.11.2024.09.30.09.18.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 30 Sep 2024 09:18:17 -0700 (PDT) From: =?UTF-8?q?Tom=C3=A1=C5=A1=20=C4=8Eurovec?= To: dev@dpdk.org Cc: =?UTF-8?q?Tom=C3=A1=C5=A1=20=C4=8Eurovec?= Subject: [PATCH 0/7] DTS external DPDK build Date: Mon, 30 Sep 2024 18:18:07 +0200 Message-ID: <20240930161814.26070-1-tomas.durovec@pantheon.tech> X-Mailer: git-send-email 2.46.1 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 This patch series adds ability to use pre-build DPDK in various options of usage. User can specify this option from config file or cmd arguments/environment variables: * The source of DPDK (tarball or tree), * The build dir witch will be located in a subdirectory of DPDK tree root directory, otherwise will be used build configuration from config file, * Location where the DPDK source will be stored either in SUT node or local filesystem. Tomáš Ďurovec (7): dts: rename build target to DPDK build dts: one dpdk build per test run dts: fix remote session file transfer vars dts: add the ability to copy directories via remote dts: add support for externally compiled DPDK doc: update argument options for external DPDK build dts: remove git ref option doc/guides/tools/dts.rst | 18 +- dts/conf.yaml | 17 +- dts/framework/config/__init__.py | 140 ++++++- 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 | 200 +++++++--- 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 | 366 ++++++++++++------ dts/framework/utils.py | 164 ++++---- dts/tests/TestSuite_smoke_tests.py | 2 +- 20 files changed, 1078 insertions(+), 609 deletions(-) -- 2.46.1