zephyr/tests/net/ipv6/testcase.yaml
Alberto Escolar Piedras 6c38bc8ec4 boards native_posix: Remove twister support
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>
2025-03-07 19:16:14 +01:00

33 lines
1022 B
YAML

common:
tags:
- net
- ipv6
- ipv6_pe
depends_on: netif
tests:
net.ipv6:
extra_configs:
- CONFIG_NET_BUF_FIXED_DATA_SIZE=y
- CONFIG_NET_IPV6_PE=n
net.ipv6.variable_buf_size:
extra_configs:
- CONFIG_NET_BUF_VARIABLE_DATA_SIZE=y
- CONFIG_NET_PKT_BUF_RX_DATA_POOL_SIZE=4096
- CONFIG_NET_PKT_BUF_TX_DATA_POOL_SIZE=4096
- CONFIG_NET_IPV6_PE=n
- CONFIG_TEST_EXTRA_STACK_SIZE=1024
net.ipv6.privacy_extension.prefer_public:
extra_configs:
- CONFIG_NET_IPV6_PE=y
- CONFIG_NET_IPV6_PE_PREFER_PUBLIC_ADDRESSES=y
- CONFIG_NET_IPV6_PE_FILTER_PREFIX_COUNT=2
- CONFIG_NET_IF_UNICAST_IPV6_ADDR_COUNT=9
- CONFIG_NET_IF_MCAST_IPV6_ADDR_COUNT=7
net.ipv6.privacy_extension.prefer_temporary:
extra_configs:
- CONFIG_NET_IPV6_PE=y
- CONFIG_NET_IPV6_PE_PREFER_PUBLIC_ADDRESSES=n
- CONFIG_NET_IPV6_PE_FILTER_PREFIX_COUNT=2
- CONFIG_NET_IF_UNICAST_IPV6_ADDR_COUNT=9
- CONFIG_NET_IF_MCAST_IPV6_ADDR_COUNT=7