tests: net: ipv6_fragment: Add PMTU testing

Enable PMTU so that we test it with IPv6 fragmentation code.

Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
This commit is contained in:
Jukka Rissanen 2024-11-13 11:06:15 +02:00 committed by Anas Nashif
commit 4c37d5a7bd

View file

@ -1,8 +1,13 @@
common:
depends_on: netif
tags:
- net
- ipv6
- fragment
tests:
net.ipv6.fragment:
tags:
- net
- ipv6
- fragment
extra_configs:
- CONFIG_NET_IPV6_PMTU=n
net.ipv6.fragment.with_pmtu:
extra_configs:
- CONFIG_NET_IPV6_PMTU=y