From 7f7965e6dbb9cd5fdc73916586207845b0770802 Mon Sep 17 00:00:00 2001 From: Chaitanya Tata Date: Mon, 7 Apr 2025 23:49:33 +0530 Subject: [PATCH] tests: net: wifi: Add a test for Enterprise with run-time certs This is needed to ensure run-time certs feature builds. Signed-off-by: Chaitanya Tata --- tests/net/wifi/configs/testcase.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/net/wifi/configs/testcase.yaml b/tests/net/wifi/configs/testcase.yaml index 006b8a47552..17c2d5603f7 100644 --- a/tests/net/wifi/configs/testcase.yaml +++ b/tests/net/wifi/configs/testcase.yaml @@ -60,3 +60,8 @@ tests: wifi.build.disable_advanced_feat: extra_configs: - CONFIG_WIFI_NM_WPA_SUPPLICANT_ADVANCED_FEATURES=y + wifi.build.enterprise_runtime: + extra_configs: + - CONFIG_WIFI_SHELL_RUNTIME_CERTIFICATES=y + extra_args: + - SNIPPET="wifi-enterprise"