# | |
# Copyright (c) 2022 Jamie McCrae | |
# | |
# SPDX-License-Identifier: Apache-2.0 | |
# | |
common: | |
depends_on: netif | |
tags: | |
- net | |
- ipv4 | |
- fragment | |
platform_allow: native_sim | |
tests: | |
net.ipv4.fragment: | |
extra_configs: | |
- CONFIG_NET_IPV4_PMTU=n | |
net.ipv4.fragment.with_pmtu: | |
extra_configs: | |
- CONFIG_NET_IPV4_PMTU=y |