From 154245436af7f2aa50cdb75c5b1281caa4edb3aa Mon Sep 17 00:00:00 2001 From: Chaitanya Tata Date: Fri, 17 Nov 2023 22:23:37 +0530 Subject: [PATCH] samples: wifi: shutdown: Add the nRF91 Series to twister This is our primary use case for Wi-Fi scan based location accuracy. Signed-off-by: Chaitanya Tata --- samples/wifi/shutdown/sample.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/samples/wifi/shutdown/sample.yaml b/samples/wifi/shutdown/sample.yaml index c6e1f78e1f1e..fde72babb928 100644 --- a/samples/wifi/shutdown/sample.yaml +++ b/samples/wifi/shutdown/sample.yaml @@ -17,3 +17,11 @@ tests: - nrf52840dk_nrf52840 platform_allow: nrf5340dk_nrf5340_cpuapp nrf52840dk_nrf52840 tags: ci_build + sample.nrf7000_location.shutdown: + build_only: true + extra_args: SHIELD=nrf7002ek_nrf7000 + integration_platforms: + - nrf9160dk_nrf9160_ns + - nrf9161dk_nrf9161_ns + platform_allow: nrf9160dk_nrf9160_ns nrf9161dk_nrf9161_ns + tags: ci_build