zephyr/tests/net/ipv6/testcase.yaml
Robert Lubos 0c4e669cd7 tests: net: Enable CONFIG_NET_BUF_VARIABLE_DATA_SIZE in some tests
CONFIG_NET_BUF_VARIABLE_DATA_SIZE option had not test coverage at all,
making in vulnerable for regressions. There is no dedicated test suite
to verify this option, but at least we can enable it in a few test
suites to make sure the configuration is functional.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2022-11-19 07:39:32 -05:00

12 lines
260 B
YAML

common:
tags: net ipv6
depends_on: netif
tests:
net.ipv6:
extra_configs:
- CONFIG_NET_BUF_FIXED_DATA_SIZE=y
net.ipv6.variable_buf_size:
extra_configs:
- CONFIG_NET_BUF_VARIABLE_DATA_SIZE=y
- CONFIG_NET_BUF_DATA_POOL_SIZE=4096