zephyr/tests/subsys/lorawan/frag_decoder/testcase.yaml
Alberto Escolar Piedras 64d4fcd8cb tests/subsys/lorawan/frag_decoder: Change random seed
These tests are quite sensitive to the exact random sequence.
After a change of the native_sim entropy generation 2 of them
started failing. Let's set a random seed which avoids the failure.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2025-01-20 20:55:48 +01:00

24 lines
714 B
YAML

common:
tags:
- lorawan
tests:
lorawan.frag_decoder.semtech:
platform_allow:
- native_sim
extra_configs:
- CONFIG_LORAWAN_FRAG_TRANSPORT_DECODER_SEMTECH=y
- CONFIG_NATIVE_EXTRA_CMDLINE_ARGS="seed=1"
lorawan.frag_decoder.lowmem.high_redundancy:
platform_allow:
- native_sim
extra_configs:
- CONFIG_LORAWAN_FRAG_TRANSPORT_DECODER_LOWMEM=y
- CONFIG_LORAWAN_FRAG_TRANSPORT_MAX_REDUNDANCY=80
lorawan.frag_decoder.lowmem.low_redundancy:
platform_allow:
- native_sim
extra_configs:
- CONFIG_LORAWAN_FRAG_TRANSPORT_DECODER_LOWMEM=y
- CONFIG_LORAWAN_FRAG_TRANSPORT_MAX_REDUNDANCY=10
- CONFIG_NATIVE_EXTRA_CMDLINE_ARGS="seed=1"