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 integration_platforms: 16 - cc3220sf_launchxl 17 sample.net.wifi.mikroe_wifi_bt_click: 18 extra_args: SHIELD=mikroe_wifi_bt_click_mikrobus 19 platform_allow: lpcxpresso55s69/lpc55s69/cpu0 20 sample.net.wifi.esp_8266: 21 extra_args: SHIELD=esp_8266 22 platform_allow: sam4e_xpro 23 sample.net.wifi.esp_8266_arduino: 24 extra_args: SHIELD=esp_8266_arduino 25 platform_allow: 26 - frdm_k64f 27 - disco_l475_iot1 28 integration_platforms: 29 - frdm_k64f 30 sample.net.wifi.inventek_eswifi_arduino_uart: 31 extra_args: SHIELD=inventek_eswifi_arduino_uart 32 platform_allow: 33 - frdm_k64f 34 - nucleo_f767zi 35 integration_platforms: 36 - frdm_k64f 37 sample.net.wifi.inventek_eswifi_arduino_spi: 38 extra_args: SHIELD=inventek_eswifi_arduino_spi 39 platform_allow: 40 - frdm_k64f 41 - nucleo_f767zi 42 integration_platforms: 43 - frdm_k64f 44 sample.net.wifi.nrf70dk: 45 extra_args: 46 - CONFIG_BUILD_ONLY_NO_BLOBS=y 47 - CONFIG_WIFI_CREDENTIALS=y 48 - CONFIG_FLASH=y 49 - CONFIG_FLASH_MAP=y 50 - CONFIG_NVS=y 51 - CONFIG_SETTINGS=y 52 platform_allow: 53 - nrf7002dk/nrf5340/cpuapp 54 - nrf7002dk/nrf5340/cpuapp/nrf7001 55 integration_platforms: 56 - nrf7002dk/nrf5340/cpuapp 57 - nrf7002dk/nrf5340/cpuapp/nrf7001 58 sample.net.wifi.nrf7002ek: 59 extra_args: 60 - CONFIG_BUILD_ONLY_NO_BLOBS=y 61 - SHIELD=nrf7002ek 62 platform_allow: 63 - nrf5340dk/nrf5340/cpuapp 64 - nucleo_h723zg 65 integration_platforms: 66 - nrf5340dk/nrf5340/cpuapp 67 - nucleo_h723zg 68 sample.net.wifi.nrf7002eb: 69 extra_args: 70 - CONFIG_NRF70_UTIL=y 71 - CONFIG_BUILD_ONLY_NO_BLOBS=y 72 - SHIELD=nrf7002eb 73 platform_allow: 74 - thingy53/nrf5340/cpuapp 75 integration_platforms: 76 - thingy53/nrf5340/cpuapp 77 sample.net.wifi.nxp_wifi: 78 extra_args: 79 - CONFIG_BUILD_ONLY_NO_BLOBS=y 80 platform_allow: 81 - frdm_rw612 82 - rd_rw612_bga 83 sample.net.wifi.esp32: 84 extra_args: 85 - CONFIG_BUILD_ONLY_NO_BLOBS=y 86 platform_allow: 87 - esp32_devkitc_wroom/esp32/procpu 88 - esp32s2_saola 89 - esp32c3_devkitm 90 - esp32s3_devkitm/esp32s3/procpu 91 - esp8684_devkitm 92 - esp32c6_devkitc 93