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>
16 lines
333 B
YAML
16 lines
333 B
YAML
common:
|
|
depends_on: netif
|
|
filter: CONFIG_FULL_LIBC_SUPPORTED
|
|
tags:
|
|
- net
|
|
- socket
|
|
- getaddrinfo
|
|
- userspace
|
|
tests:
|
|
net.socket.get_addr_info:
|
|
min_ram: 21
|
|
net.socket.get_addr_info.timeout:
|
|
extra_configs:
|
|
- CONFIG_NET_SOCKETS_DNS_TIMEOUT=2000
|
|
- CONFIG_NET_SOCKETS_DNS_BACKOFF_INTERVAL=1000
|