Convert vendor specific **_WIFI_BUILD_ONLY_MODE symbol as global in order to provide common build flag to enable CI with no blobs. Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
24 lines
509 B
YAML
24 lines
509 B
YAML
common:
|
|
harness: net
|
|
depends_on: netif
|
|
tags:
|
|
- net
|
|
- ipv4_autoconf
|
|
sample:
|
|
description: Test IPv4 autoconf functionality
|
|
name: IPv4 autoconf sample app
|
|
tests:
|
|
sample.net.ipv4_autoconf:
|
|
platform_allow:
|
|
- qemu_x86
|
|
- native_sim
|
|
- native_sim/native/64
|
|
integration_platforms:
|
|
- native_sim
|
|
sample.net.ipv4_autoconf.wifi.nrf70dk:
|
|
extra_args:
|
|
- SNIPPET=wifi-ipv4
|
|
- CONFIG_BUILD_ONLY_NO_BLOBS=y
|
|
platform_allow:
|
|
- nrf7002dk/nrf5340/cpuapp
|