Skip to content

Commit 16e3df4

Browse files
pdgendthenrikbrixandersen
authored andcommitted
tests: net: wifi: config: Actually disable advanced features
The test was supposed to disable the default enabled CONFIG_WIFI_NM_WPA_SUPPLICANT_ADVANCED_FEATURES instead of enabling it. Signed-off-by: Pieter De Gendt <[email protected]>
1 parent 5d79e8c commit 16e3df4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/net/wifi/configs/testcase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ tests:
6565
- CONFIG_WIFI_NM_WPA_SUPPLICANT_DPP=y
6666
wifi.build.disable_advanced_feat:
6767
extra_configs:
68-
- CONFIG_WIFI_NM_WPA_SUPPLICANT_ADVANCED_FEATURES=y
68+
- CONFIG_WIFI_NM_WPA_SUPPLICANT_ADVANCED_FEATURES=n
6969
wifi.build.enterprise_runtime:
7070
extra_configs:
7171
- CONFIG_WIFI_SHELL_RUNTIME_CERTIFICATES=y

0 commit comments

Comments
 (0)