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 D6C7A466DA; Tue, 6 May 2025 15:31:12 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C942A40608; Tue, 6 May 2025 15:31:12 +0200 (CEST) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mails.dpdk.org (Postfix) with ESMTP id 09E794042E for ; Tue, 6 May 2025 15:31:11 +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 AAE261007; Tue, 6 May 2025 06:31:00 -0700 (PDT) Received: from localhost.localdomain (JR4XG4HTQC.cambridge.arm.com [10.1.25.44]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 9A1EF3F5A1; Tue, 6 May 2025 06:31:09 -0700 (PDT) From: Luca Vizzarro To: dev@dpdk.org Cc: Stephen Hemminger , Luca Vizzarro , Patrick Robb , Paul Szczepanek Subject: [PATCH v2 0/3] dts: add packet capture test suite Date: Tue, 6 May 2025 14:29:30 +0100 Message-ID: <20250506132933.1580584-1-luca.vizzarro@arm.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20250331155800.449823-1-thomas.wilks@arm.com> References: <20250331155800.449823-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 Hi there, sending in a v2 for the packet capture test suite. v2: - added a new command to change file permissions on remote - changed test suite to use dpdk-dumpcap instead of dpdk-pdump Best regards, Luca Luca Vizzarro (1): dts: add facility to change file permissions Thomas Wilks (2): dts: import lldp package in scapy dts: add packet capture test suite .../dts/tests.TestSuite_packet_capture.rst | 8 + dts/framework/testbed_model/os_session.py | 34 +++ dts/framework/testbed_model/posix_session.py | 11 +- .../testbed_model/traffic_generator/scapy.py | 1 + dts/tests/TestSuite_packet_capture.py | 238 ++++++++++++++++++ 5 files changed, 291 insertions(+), 1 deletion(-) create mode 100644 doc/api/dts/tests.TestSuite_packet_capture.rst create mode 100644 dts/tests/TestSuite_packet_capture.py -- 2.43.0