Skip to content

Commit

Permalink
samples: Add nRF9161 Wi-Fi tests to twister
Browse files Browse the repository at this point in the history
Apart from checking the build these are also needed for generating
memory footprints.

Signed-off-by: Chaitanya Tata <[email protected]>
  • Loading branch information
krish2718 authored and rlubos committed Nov 13, 2023
1 parent 251563f commit fe03b05
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
10 changes: 8 additions & 2 deletions samples/wifi/scan/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,20 @@ tests:
- nrf5340dk_nrf5340_cpuapp
- nrf52840dk_nrf52840
- nrf9160dk_nrf9160_ns
platform_allow: nrf5340dk_nrf5340_cpuapp nrf52840dk_nrf52840 nrf9160dk_nrf9160_ns
- nrf9161dk_nrf9161_ns
platform_allow:
- nrf5340dk_nrf5340_cpuapp
- nrf52840dk_nrf52840
- nrf9160dk_nrf9160_ns
- nrf9161dk_nrf9161_ns
tags: ci_build
sample.nrf7002_eks.raw_scan:
build_only: true
extra_args: SHIELD=nrf7002ek CONFIG_WIFI_MGMT_RAW_SCAN_RESULTS=y
integration_platforms:
- nrf9160dk_nrf9160_ns
platform_allow: nrf9160dk_nrf9160_ns
- nrf9161dk_nrf9161_ns
platform_allow: nrf9160dk_nrf9160_ns nrf9161dk_nrf9161_ns
tags: ci_build
sample.nrf7000_eks.scan:
build_only: true
Expand Down
5 changes: 3 additions & 2 deletions samples/wifi/shell/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,13 @@ tests:
- nrf9160dk_nrf9160_ns
platform_allow: nrf9160dk_nrf9160_ns
tags: ci_build
sample.nrf7000.shell.scan_only_9160:
sample.nrf7000.shell.scan_only_91:
build_only: true
extra_args: OVERLAY_CONFIG=overlay-scan-only.conf SHIELD=nrf7002ek_nrf7000 CONFIG_WPA_SUPP=n
integration_platforms:
- nrf9160dk_nrf9160_ns
platform_allow: nrf9160dk_nrf9160_ns
- nrf9161dk_nrf9161_ns
platform_allow: nrf9160dk_nrf9160_ns nrf9161dk_nrf9161_ns
tags: ci_build
sample.nrf7001.shell.scan_only_9160:
build_only: true
Expand Down

0 comments on commit fe03b05

Please sign in to comment.