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:
parent
b6618e8a53
commit
bdd5001e5b
1 changed files with 9 additions and 4 deletions
|
@ -5,9 +5,14 @@
|
||||||
#
|
#
|
||||||
common:
|
common:
|
||||||
depends_on: netif
|
depends_on: netif
|
||||||
|
tags:
|
||||||
|
- net
|
||||||
|
- ipv4
|
||||||
|
- fragment
|
||||||
tests:
|
tests:
|
||||||
net.ipv4.fragment:
|
net.ipv4.fragment:
|
||||||
tags:
|
extra_configs:
|
||||||
- net
|
- CONFIG_NET_IPV4_PMTU=n
|
||||||
- ipv4
|
net.ipv4.fragment.with_pmtu:
|
||||||
- fragment
|
extra_configs:
|
||||||
|
- CONFIG_NET_IPV4_PMTU=y
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue