Hello Shai, On Thu, Jun 19, 2025 at 9:11 AM David Marchand <[email protected]> wrote: > > 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: [email protected] > > Signed-off-by: David Marchand <[email protected]>
This fix is flagged as a failure because telemetry_all hits a 10s timeout in AWS CI. https://mails.dpdk.org/archives/test-report/2025-June/887693.html Please use a 30s timeout (like other CI do for fast-tests), iow pass a '-t 3' to the meson test command. Thanks. -- David Marchand

