1common:
2  harness: net
3  tags:
4    - net
5    - wifi
6sample:
7  description: Test wifi driver and APIs functionality
8  name: WiFi sample app
9tests:
10  sample.net.wifi:
11    platform_allow:
12      - cc3220sf_launchxl
13      - disco_l475_iot1
14      - reel_board
15      - siwx917_rb4338a
16    integration_platforms:
17      - cc3220sf_launchxl
18  sample.net.wifi.mikroe_wifi_bt_click:
19    extra_args: SHIELD=mikroe_wifi_bt_click_mikrobus
20    platform_allow: lpcxpresso55s69/lpc55s69/cpu0
21  sample.net.wifi.esp_8266:
22    extra_args: SHIELD=esp_8266
23    platform_allow: sam4e_xpro
24  sample.net.wifi.esp_8266_arduino:
25    extra_args: SHIELD=esp_8266_arduino
26    platform_allow:
27      - frdm_k64f
28      - disco_l475_iot1
29    integration_platforms:
30      - frdm_k64f
31  sample.net.wifi.inventek_eswifi_arduino_uart:
32    extra_args: SHIELD=inventek_eswifi_arduino_uart
33    platform_allow:
34      - frdm_k64f
35      - nucleo_f767zi
36    integration_platforms:
37      - frdm_k64f
38  sample.net.wifi.inventek_eswifi_arduino_spi:
39    extra_args: SHIELD=inventek_eswifi_arduino_spi
40    platform_allow:
41      - frdm_k64f
42      - nucleo_f767zi
43    integration_platforms:
44      - frdm_k64f
45  sample.net.wifi.nrf70dk:
46    extra_args:
47      - CONFIG_BUILD_ONLY_NO_BLOBS=y
48      - CONFIG_WIFI_CREDENTIALS=y
49      - CONFIG_FLASH=y
50      - CONFIG_FLASH_MAP=y
51      - CONFIG_NVS=y
52      - CONFIG_SETTINGS=y
53    platform_allow:
54      - nrf7002dk/nrf5340/cpuapp
55      - nrf7002dk/nrf5340/cpuapp/nrf7001
56    integration_platforms:
57      - nrf7002dk/nrf5340/cpuapp
58      - nrf7002dk/nrf5340/cpuapp/nrf7001
59  sample.net.wifi.nrf7002ek:
60    extra_args:
61      - CONFIG_BUILD_ONLY_NO_BLOBS=y
62      - SHIELD=nrf7002ek
63    platform_allow:
64      - nrf5340dk/nrf5340/cpuapp
65      - nucleo_h723zg
66    integration_platforms:
67      - nrf5340dk/nrf5340/cpuapp
68      - nucleo_h723zg
69  sample.net.wifi.nrf7002eb:
70    extra_args:
71      - CONFIG_NRF70_UTIL=y
72      - CONFIG_BUILD_ONLY_NO_BLOBS=y
73      - SHIELD=nrf7002eb
74    platform_allow:
75      - thingy53/nrf5340/cpuapp
76    integration_platforms:
77      - thingy53/nrf5340/cpuapp
78  sample.net.wifi.nxp_wifi:
79    extra_args:
80      - CONFIG_BUILD_ONLY_NO_BLOBS=y
81    platform_allow:
82      - frdm_rw612
83      - rd_rw612_bga
84  sample.net.wifi.esp32:
85    extra_args:
86      - CONFIG_BUILD_ONLY_NO_BLOBS=y
87    platform_allow:
88      - esp32_devkitc/esp32/procpu
89      - esp32s2_saola
90      - esp32c3_devkitm
91      - esp32s3_devkitm/esp32s3/procpu
92      - esp8684_devkitm
93      - esp32c6_devkitc/esp32c6/hpcore
94  sample.net.wifi.siwx91x_offloaded:
95    extra_args:
96      - CONFIG_WIFI_SILABS_SIWX91X_NET_STACK_OFFLOAD=y
97    platform_allow:
98      - siwx917_rb4338a
99