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 65F6045A9E; Wed, 2 Oct 2024 14:18:46 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 354E04025C; Wed, 2 Oct 2024 14:18:46 +0200 (CEST) Received: from mail-ej1-f52.google.com (mail-ej1-f52.google.com [209.85.218.52]) by mails.dpdk.org (Postfix) with ESMTP id 5BD404027C for ; Mon, 30 Sep 2024 18:02:09 +0200 (CEST) Received: by mail-ej1-f52.google.com with SMTP id a640c23a62f3a-a8d0d82e76aso743494166b.3 for ; Mon, 30 Sep 2024 09:02:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pantheon.tech; s=google; t=1727712129; x=1728316929; 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=ndzeQl5mio71DoS+I2yrN8zgwiSh/yh092aZg2eXbcItvYdKlASQy+qfagYtTdNhil jS41Bs+TNFiEO2Z68Sf4zXCKE7Q3lTxG3edY/2cE0lxODGLi9YW6Lbnj5ugojy5oElYe Lf5mPq6koJOrwtmzXV8plHztGikwB/RwTePzdJ9RQ5uLgycqKCMul5RbcJa5RvgI0E0Y b7EewnbGh17zepXia8XIcb+I9PHFQ99Vk6H+vucRPqs9buoUZTNh/h4LQoLAp9jUtLPm gTAjNj7+NGMAJbxtRfh1cyFIXv6EIA2SsJe33IeoRsxVat5u+vHCgFBAtFL+k0C++aq6 05Tw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1727712129; x=1728316929; 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=cJGLqcbxuFHwMHO+/YELJ0c+alfvkEiNUdo2/DHoUhvnZeHyJHC6b8EXAYR+szInFi 99QAAfC5Vm2u4R9K7mgkELXU8MslA5OQhJ+opoBiWqN7LhEgatBYoNNKIhmFl//5nnJ8 oQTKfO+e/secLc0Pmt0cuTGQ/igddqHJ4xBOosxOAhWIgVeZPqrgMLEkVBVAfdDwuFZg 7B62ik1WWeCp02U4VRJkKv+YzQRl/K6TBlS3wBdpOTPJyvMfQARjJ0xSIbtY51+WDSsL 14VItf7VdBiBwQ7gL8PPTKJ8EUxWQZfbCYBfbNW7Jxzp8Jb4cUS7Gc5eFEppxT6GBogy tBLg== X-Gm-Message-State: AOJu0Yxx139ye2hwEW2W+0Cwd4waus590o1qncB1ru7ZoYSdZcbsBSBt FGUvT1xQms+Hv2m6sIxuImCpHUfeW1f4Fl3teOUUiKGjbOp/yzUEikjv/CD8SgBZv5xs71ztfIp xgo0= X-Google-Smtp-Source: AGHT+IG4lL0o6Zn9nMNxRDviVlHkxIJdv0XDwkcHwGq47KnDCbOTfncMjTy69Zme7I635dyZ/TeHbw== X-Received: by 2002:a17:907:8692:b0:a90:1ed4:dec6 with SMTP id a640c23a62f3a-a93c4a4e0camr1465463866b.43.1727712128706; Mon, 30 Sep 2024 09:02:08 -0700 (PDT) Received: from fedora.. (ip-46.34.236.94.o2inet.sk. [46.34.236.94]) by smtp.gmail.com with ESMTPSA id a640c23a62f3a-a93c297b597sm544767666b.182.2024.09.30.09.02.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 30 Sep 2024 09:02:08 -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:01:57 +0200 Message-ID: <20240930160204.19582-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-Mailman-Approved-At: Wed, 02 Oct 2024 14:18:39 +0200 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