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:
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue