native_posix is being removed as it has reached its end of life in 4.2, after being deprecated since 4.0. Remove the twister support for native_posix[//64] and therefore all references to them from the testcases and samples yamls, so twister does not error out. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
29 lines
679 B
YAML
29 lines
679 B
YAML
common:
|
|
harness: net
|
|
depends_on: netif
|
|
tags:
|
|
- net
|
|
- dns
|
|
sample:
|
|
description: DNS resolver, mDNS and LLMNR responder
|
|
name: DNS resolver and responder sample application
|
|
tests:
|
|
sample.net.dns_resolve.mdns:
|
|
extra_configs:
|
|
- CONFIG_MDNS_RESOLVER=y
|
|
- CONFIG_LLMNR_RESOLVER=n
|
|
- CONFIG_NET_DHCPV4=y
|
|
tags: mdns
|
|
sample.net.dns_resolve.llmnr:
|
|
extra_configs:
|
|
- CONFIG_MDNS_RESOLVER=n
|
|
- CONFIG_LLMNR_RESOLVER=y
|
|
- CONFIG_NET_DHCPV4=y
|
|
tags: llmnr
|
|
sample.net.dns_resolve.wifi.nrf70dk:
|
|
extra_args:
|
|
- SNIPPET=wifi-ipv4
|
|
- CONFIG_BUILD_ONLY_NO_BLOBS=y
|
|
platform_allow:
|
|
- nrf7002dk/nrf5340/cpuapp
|