patch 'test/telemetry: fix test calling all commands' has been queued to stable release 24.11.4
Kevin Traynor
ktraynor at redhat.com
Fri Oct 31 15:32:03 CET 2025
Hi,
FYI, your patch has been queued to stable release 24.11.4
Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 11/05/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/363fb86432beb3e4f9d59b3cc9373ba816c5de53
Thanks.
Kevin
---
>From 363fb86432beb3e4f9d59b3cc9373ba816c5de53 Mon Sep 17 00:00:00 2001
From: David Marchand <david.marchand at redhat.com>
Date: Wed, 18 Jun 2025 17:01:32 +0200
Subject: [PATCH] test/telemetry: fix test calling all commands
[ upstream commit 720ab398e4b77ed6c2f2574b33c2d5065716dacc ]
This test was doing nothing as it could not find the telemetry client
script following the test suite rework.
Caught while looking at UNH unit test logs:
/root/workspace/Generic-Unit-Test-DPDK/dpdk/app/test/suites/test_telemetry.sh:
18: /root/workspace/Generic-Unit-Test-DPDK/dpdk/app/usertools/dpdk-telemetry.py:
not found
Fixes: 9da71dc4f96e ("test: add test case for scripted telemetry commands")
Signed-off-by: David Marchand <david.marchand at redhat.com>
Acked-by: Bruce Richardson <bruce.richardson at intel.com>
Reviewed-by: Marat Khalili <marat.khalili at huawei.com>
Acked-by: Chengwen Feng <fengchengwen at huawei.com>
---
.mailmap | 1 +
app/test/suites/test_telemetry.sh | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/.mailmap b/.mailmap
index 41072fda31..e19b01476e 100644
--- a/.mailmap
+++ b/.mailmap
@@ -928,4 +928,5 @@ Manish Kurup <manish.kurup at broadcom.com>
Manish Tomar <manish.tomar at nxp.com>
Mao Jiang <maox.jiang at intel.com>
+Marat Khalili <marat.khalili at huawei.com>
Marcel Apfelbaum <marcel at redhat.com>
Marcel Cornu <marcel.d.cornu at intel.com>
diff --git a/app/test/suites/test_telemetry.sh b/app/test/suites/test_telemetry.sh
index ca6abe266e..20806b43e4 100755
--- a/app/test/suites/test_telemetry.sh
+++ b/app/test/suites/test_telemetry.sh
@@ -8,5 +8,5 @@ which jq || {
}
-rootdir=$(readlink -f $(dirname $(readlink -f $0))/../..)
+rootdir=$(readlink -f $(dirname $(readlink -f $0))/../../..)
tmpoutput=$(mktemp -t dpdk.test_telemetry.XXXXXX)
trap "cat $tmpoutput; rm -f $tmpoutput" EXIT
--
2.51.0
---
Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- - 2025-10-31 13:53:52.356626083 +0000
+++ 0001-test-telemetry-fix-test-calling-all-commands.patch 2025-10-31 13:53:52.001523259 +0000
@@ -1 +1 @@
-From 720ab398e4b77ed6c2f2574b33c2d5065716dacc Mon Sep 17 00:00:00 2001
+From 363fb86432beb3e4f9d59b3cc9373ba816c5de53 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 720ab398e4b77ed6c2f2574b33c2d5065716dacc ]
+
@@ -16 +17,0 @@
-Cc: stable at dpdk.org
@@ -28 +29 @@
-index 34a99f93a1..d4c04f3b81 100644
+index 41072fda31..e19b01476e 100644
@@ -31 +32 @@
-@@ -956,4 +956,5 @@ Manish Kurup <manish.kurup at broadcom.com>
+@@ -928,4 +928,5 @@ Manish Kurup <manish.kurup at broadcom.com>
More information about the stable
mailing list