patch 'dts: fix smoke tests docstring' has been queued to stable release 24.11.2

Kevin Traynor ktraynor at redhat.com
Mon Mar 24 17:16:33 CET 2025


Hi,

FYI, your patch has been queued to stable release 24.11.2

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 03/28/25. So please
shout if anyone has objections.

Also note that after the patch there's a diff of the upstream commit vs the
patch applied to the branch. This will indicate if there was any rebasing
needed to apply to the stable branch. If there were code changes for rebasing
(ie: not only metadata diffs), please double check that the rebase was
correctly done.

Queued patches are on a temporary branch at:
https://github.com/kevintraynor/dpdk-stable

This queued commit can be viewed at:
https://github.com/kevintraynor/dpdk-stable/commit/cae454d4fc50ebe9f452cb39bfd1c9b14183239b

Thanks.

Kevin

---
>From cae454d4fc50ebe9f452cb39bfd1c9b14183239b Mon Sep 17 00:00:00 2001
From: Luca Vizzarro <luca.vizzarro at arm.com>
Date: Wed, 6 Nov 2024 16:12:06 +0000
Subject: [PATCH] dts: fix smoke tests docstring

[ upstream commit 478c735c5160af21b375466e76c8f4fad06b7b32 ]

Sphinx autodoc complains of is_blocking being duplicated. This is the
case as the parent already holds a docstring for this attribute. Remove
the duplication.

Fixes: 6ef07151aac4 ("dts: update docstrings")

Signed-off-by: Luca Vizzarro <luca.vizzarro at arm.com>
Reviewed-by: Paul Szczepanek <paul.szczepanek at arm.com>
Reviewed-by: Dean Marx <dmarx at iol.unh.edu>
---
 dts/tests/TestSuite_smoke_tests.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dts/tests/TestSuite_smoke_tests.py b/dts/tests/TestSuite_smoke_tests.py
index ab5ad44850..6085e3dbc9 100644
--- a/dts/tests/TestSuite_smoke_tests.py
+++ b/dts/tests/TestSuite_smoke_tests.py
@@ -31,6 +31,4 @@ class TestSmokeTests(TestSuite):
 
     Attributes:
-        is_blocking: This test suite will block the execution of all other test suites
-            in the test run after it.
         nics_in_node: The NICs present on the SUT node.
     """
-- 
2.48.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2025-03-24 16:15:15.766086448 +0000
+++ 0026-dts-fix-smoke-tests-docstring.patch	2025-03-24 16:15:14.858316096 +0000
@@ -1 +1 @@
-From 478c735c5160af21b375466e76c8f4fad06b7b32 Mon Sep 17 00:00:00 2001
+From cae454d4fc50ebe9f452cb39bfd1c9b14183239b Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 478c735c5160af21b375466e76c8f4fad06b7b32 ]
+
@@ -20 +22 @@
-index a8ea07595f..0474b82bd2 100644
+index ab5ad44850..6085e3dbc9 100644



More information about the stable mailing list