diff --git a/tests/net/ipv6_fragment/testcase.yaml b/tests/net/ipv6_fragment/testcase.yaml index c5cfd98ada2..6095af5f02d 100644 --- a/tests/net/ipv6_fragment/testcase.yaml +++ b/tests/net/ipv6_fragment/testcase.yaml @@ -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