From a449b748cb8713298cc3756bda69d724eaec4f33 Mon Sep 17 00:00:00 2001 From: Chaitanya Tata Date: Tue, 27 Aug 2024 02:06:34 +0530 Subject: [PATCH] Revert "tests: wifi: nm: exclude nrf7002dk" This reverts commit 65af3ab34c86d4030e374c332c0ae7036cce2a3d. Build only mode is now supported without FW blobs. Signed-off-by: Chaitanya Tata --- tests/net/wifi/wifi_nm/testcase.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tests/net/wifi/wifi_nm/testcase.yaml b/tests/net/wifi/wifi_nm/testcase.yaml index 8ca26d972e4..426778f560f 100644 --- a/tests/net/wifi/wifi_nm/testcase.yaml +++ b/tests/net/wifi/wifi_nm/testcase.yaml @@ -3,11 +3,10 @@ common: tests: net.wifi: min_ram: 32 + extra_args: + # Will be ignored for other platforms + - CONFIG_NRF_WIFI_BUILD_ONLY_MODE=y tags: wifi platform_exclude: - - nrf7002dk/nrf5340/cpuapp - - nrf7002dk/nrf5340/cpuapp/ns - - nrf7002dk/nrf5340/cpuapp/nrf7001 - - nrf7002dk/nrf5340/cpuapp/nrf7001/ns - frdm_rw612 # Requires binary blobs to build - rd_rw612_bga # Requires binary blobs to build