1common:
2  build_only: true
3  tags:
4    - drivers
5    - wifi
6tests:
7  drivers.wifi.build.spi:
8    extra_args: DTC_OVERLAY_FILE="spi_devices.overlay"
9    extra_configs:
10      - CONFIG_SPI=y
11    platform_allow:
12      - native_sim
13      - native_sim/native/64
14
15  drivers.wifi.build.uart:
16    extra_args: DTC_OVERLAY_FILE="uart_devices.overlay"
17    extra_configs:
18      - CONFIG_SERIAL=y
19      - CONFIG_WIFI_ESWIFI_BUS_UART=y
20    platform_allow:
21      - native_sim
22      - native_sim/native/64
23