Skip to content

Commit 401f885

Browse files
sachinthegreenkapbh
authored andcommitted
[nrf fromtree] drivers: nrf_wifi: Add missing test cases
Add test cases for SoftAP and P2P modes. Signed-off-by: Sachin D Kulkarni <[email protected]> (cherry picked from commit 522387e)
1 parent 8ebca3f commit 401f885

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/drivers/wifi/nrf_wifi/testcase.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ common:
77
platform_allow:
88
- nrf7002dk/nrf5340/cpuapp
99
tests:
10+
nrf70.build.sta:
11+
extra_configs: []
1012
nrf70.build.radio_test:
1113
extra_configs:
1214
- CONFIG_NRF70_RADIO_TEST=y
@@ -44,3 +46,9 @@ tests:
4446
- CONFIG_NETWORKING=n
4547
- CONFIG_WIFI_NM_WPA_SUPPLICANT=n
4648
- CONFIG_NET_L2_WIFI_MGMT=n
49+
nrf70.build.softap:
50+
extra_configs:
51+
- CONFIG_WIFI_NM_WPA_SUPPLICANT_AP=y
52+
nrf70.build.p2p:
53+
extra_configs:
54+
- CONFIG_NRF70_P2P_MODE=y

0 commit comments

Comments
 (0)