Skip to content

Commit

Permalink
samples: wifi: shell: Add test to twister
Browse files Browse the repository at this point in the history
Add a build test to twister with disabling of advanced features to
conserve memory.

Signed-off-by: Chaitanya Tata <[email protected]>
  • Loading branch information
krish2718 committed Nov 29, 2023
1 parent 0ef2db5 commit 2abe260
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions samples/wifi/shell/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ tests:
- nrf7002dk_nrf5340_cpuapp
platform_allow: nrf7002dk_nrf5340_cpuapp
tags: ci_build
# Disable optional features to reduce memory usage
sample.nrf7002.shell.disable_adv_features:
build_only: true
extra_args: -DCONFIG_WPA_SUPP_ADVANCED_FEATURES=n
integration_platforms:
- nrf7002dk_nrf5340_cpuapp
platform_allow: nrf7002dk_nrf5340_cpuapp
tags: ci_build
sample.nrf7001.shell:
build_only: true
integration_platforms:
Expand Down

0 comments on commit 2abe260

Please sign in to comment.