tests: net: ipv4_fragment: Add PMTU testing

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

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

View file

@ -5,9 +5,14 @@
#
common:
depends_on: netif
tags:
- net
- ipv4
- fragment
tests:
net.ipv4.fragment:
tags:
- net
- ipv4
- fragment
extra_configs:
- CONFIG_NET_IPV4_PMTU=n
net.ipv4.fragment.with_pmtu:
extra_configs:
- CONFIG_NET_IPV4_PMTU=y