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>
This commit is contained in:
Alberto Escolar Piedras 2024-12-30 14:31:56 +01:00 committed by Benjamin Cabé
commit 64d4fcd8cb

View file

@ -7,6 +7,7 @@ tests:
- native_sim - native_sim
extra_configs: extra_configs:
- CONFIG_LORAWAN_FRAG_TRANSPORT_DECODER_SEMTECH=y - CONFIG_LORAWAN_FRAG_TRANSPORT_DECODER_SEMTECH=y
- CONFIG_NATIVE_EXTRA_CMDLINE_ARGS="seed=1"
lorawan.frag_decoder.lowmem.high_redundancy: lorawan.frag_decoder.lowmem.high_redundancy:
platform_allow: platform_allow:
- native_sim - native_sim
@ -19,3 +20,4 @@ tests:
extra_configs: extra_configs:
- CONFIG_LORAWAN_FRAG_TRANSPORT_DECODER_LOWMEM=y - CONFIG_LORAWAN_FRAG_TRANSPORT_DECODER_LOWMEM=y
- CONFIG_LORAWAN_FRAG_TRANSPORT_MAX_REDUNDANCY=10 - CONFIG_LORAWAN_FRAG_TRANSPORT_MAX_REDUNDANCY=10
- CONFIG_NATIVE_EXTRA_CMDLINE_ARGS="seed=1"