zephyr/tests/net/ipv4_fragment/testcase.yaml
Jukka Rissanen 265828634d tests: net: ipv4_fragment: Make test to run faster
Shorten the timeouts so that the tests are run in 6 second instead
of 15 seconds.

Use only native_sim for the tests so that the tests are run without
any extra delays.

Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
2024-11-18 07:26:07 -05:00

19 lines
338 B
YAML

#
# 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