From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by smtp.lore.kernel.org (Postfix) with ESMTP id 52AE7E77180 for ; Thu, 12 Dec 2024 13:28:35 +0000 (UTC) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 00E70402E2; Thu, 12 Dec 2024 14:28:34 +0100 (CET) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mails.dpdk.org (Postfix) with ESMTP id 030F040269 for ; Thu, 12 Dec 2024 14:28:31 +0100 (CET) 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 64AAD153B; Thu, 12 Dec 2024 05:28:59 -0800 (PST) Received: from e132991.cambridge.arm.com (unknown [10.1.195.55]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id A9E6E3F58B; Thu, 12 Dec 2024 05:28:30 -0800 (PST) From: Thomas Wilks To: dev@dpdk.org Cc: Patrick Robb , Thomas Wilks Subject: [PATCH v2 0/2] dts: Add port restart configuration persistency testsuite Date: Thu, 12 Dec 2024 13:28:05 +0000 Message-ID: <20241212132807.263829-1-thomas.wilks@arm.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20241210141144.231010-1-thomas.wilks@arm.com> References: <20241210141144.231010-1-thomas.wilks@arm.com> 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 v2: - Removed Vf check - Fixed spelling - Fixed Docstrings - Added verification to testpmd commands - Extracted flow control parameters into a dataclass - Fixed syntax in testsuite Thomas Wilks (2): dts: add new testpmd shell functions dts: add port restart configuration persistency test dts/framework/remote_session/testpmd_shell.py | 126 ++++++++++++++++++ ...stSuite_port_restart_config_persistency.py | 101 ++++++++++++++ 2 files changed, 227 insertions(+) create mode 100644 dts/tests/TestSuite_port_restart_config_persistency.py -- 2.43.0