Skip to content

Commit b9c2e7a

Browse files
committed
tests: net: ipv4_fragment: Add PMTU testing
Enable PMTU so that we test it with IPv4 fragmentation code. Signed-off-by: Jukka Rissanen <[email protected]>
1 parent b067a2a commit b9c2e7a

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

tests/net/ipv4_fragment/testcase.yaml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,14 @@
55
#
66
common:
77
depends_on: netif
8+
tags:
9+
- net
10+
- ipv4
11+
- fragment
812
tests:
913
net.ipv4.fragment:
10-
tags:
11-
- net
12-
- ipv4
13-
- fragment
14+
extra_configs:
15+
- CONFIG_NET_IPV4_PMTU=n
16+
net.ipv4.fragment.with_pmtu:
17+
extra_configs:
18+
- CONFIG_NET_IPV4_PMTU=y

0 commit comments

Comments
 (0)