From 53bc8d62e6b77e8262d74b33171da76edcd3b5be Mon Sep 17 00:00:00 2001 From: Fabrice DJIATSA Date: Tue, 21 Oct 2025 09:30:41 +0200 Subject: [PATCH] samples: net: zperf: update async_tx scenario configuration Add console harness and a dedicated regex word for test validation on STM32 platforms compatible with HAL_API_V2. Signed-off-by: Fabrice DJIATSA --- samples/net/zperf/sample.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/samples/net/zperf/sample.yaml b/samples/net/zperf/sample.yaml index 256c3e84c1f50..832122c198a02 100644 --- a/samples/net/zperf/sample.yaml +++ b/samples/net/zperf/sample.yaml @@ -19,6 +19,13 @@ tests: - CONFIG_NET_ZPERF_SERVER=n sample.net.zperf.async_tx.stm32: filter: dt_compat_enabled("st,stm32-ethernet") and CONFIG_ETH_STM32_HAL_API_V2 + harness: console + harness_config: + type: multi_line + regex: + - "coming up" + integration_platforms: + - stm32h573i_dk extra_configs: - CONFIG_ETH_STM32_HAL_TX_ASYNC=y sample.net.zperf_st: