Add initial tests for generic part of PMTU discovery code. Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
18 lines
322 B
YAML
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
|