[PATCH v3 02/18] test/telemetry: fix test calling all commands
David Marchand
david.marchand at redhat.com
Tue Jul 8 14:28:06 CEST 2025
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")
Cc: stable at dpdk.org
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>
---
.mailmap | 1 +
app/test/suites/test_telemetry.sh | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/.mailmap b/.mailmap
index 1ea4f9446d..84a83369e0 100644
--- a/.mailmap
+++ b/.mailmap
@@ -936,6 +936,7 @@ Manish Chopra <manishc at marvell.com>
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>
Marcelo Ricardo Leitner <marcelo.leitner at gmail.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
@@ -7,7 +7,7 @@ which jq || {
exit 77
}
-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.50.0
More information about the dev
mailing list