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:
parent
19f9ce5622
commit
4c37d5a7bd
1 changed files with 9 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue