zephyr/tests/net/pmtu/testcase.yaml
Jukka Rissanen 67c004d707 tests: net: pmtu: Add tests for path MTU discovery
Add initial tests for generic part of PMTU discovery code.

Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
2024-11-18 07:26:07 -05:00

18 lines
322 B
YAML

common:
tags:
- net
- pmtu
depends_on: netif
platform_allow: qemu_x86
tests:
net.pmtu.ipv4:
extra_configs:
- CONFIG_NET_IPV4_PMTU=y
net.pmtu.ipv6:
extra_configs:
- CONFIG_NET_IPV6_PMTU=y
net.pmtu.all:
extra_configs:
- CONFIG_NET_IPV4_PMTU=y
- CONFIG_NET_IPV6_PMTU=y