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>
19 lines
338 B
YAML
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
|