1common:
2  tags:
3    - net
4    - pmtu
5  depends_on: netif
6  platform_allow: qemu_x86
7tests:
8  net.pmtu.ipv4:
9    extra_configs:
10      - CONFIG_NET_IPV4_PMTU=y
11  net.pmtu.ipv6:
12    extra_configs:
13      - CONFIG_NET_IPV6_PMTU=y
14  net.pmtu.all:
15    extra_configs:
16      - CONFIG_NET_IPV4_PMTU=y
17      - CONFIG_NET_IPV6_PMTU=y
18