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 6839C454EF; Tue, 25 Jun 2024 14:38:35 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5A298427A3; Tue, 25 Jun 2024 14:38:35 +0200 (CEST) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mails.dpdk.org (Postfix) with ESMTP id 8EF7E402D0 for ; Tue, 25 Jun 2024 14:36:46 +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 6EE0F339; Tue, 25 Jun 2024 05:37:10 -0700 (PDT) Received: from localhost.localdomain (unknown [10.57.74.179]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 14DE83F766; Tue, 25 Jun 2024 05:36:44 -0700 (PDT) From: Luca Vizzarro To: dev@dpdk.org Cc: Luca Vizzarro Subject: [PATCH 0/2] dts: add blocklist test suite Date: Tue, 25 Jun 2024 13:36:09 +0100 Message-Id: <20240625123611.1474204-1-luca.vizzarro@arm.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 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 in an re-implementation of the blocklist test suite. This new version slightly differs in the way it verifies if a NIC was blocked or not, but should be equivalent to the original from old DTS. Best, Luca Luca Vizzarro (2): dts: add blocked ports to EalParams dts: add blocklist test suite dts/framework/config/conf_yaml_schema.json | 3 +- dts/framework/params/eal.py | 6 +- dts/framework/params/types.py | 3 +- dts/framework/remote_session/dpdk_shell.py | 4 +- dts/framework/remote_session/testpmd_shell.py | 2 +- dts/tests/TestSuite_blocklist.py | 68 +++++++++++++++++++ 6 files changed, 80 insertions(+), 6 deletions(-) create mode 100644 dts/tests/TestSuite_blocklist.py -- 2.34.1