Skip to content

Commit e6d5b78

Browse files
aescolarnashif
authored andcommitted
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 <[email protected]> (cherry picked from commit 64d4fcd)
1 parent d776876 commit e6d5b78

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/subsys/lorawan/frag_decoder/testcase.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ tests:
77
- native_sim
88
extra_configs:
99
- CONFIG_LORAWAN_FRAG_TRANSPORT_DECODER_SEMTECH=y
10+
- CONFIG_NATIVE_EXTRA_CMDLINE_ARGS="seed=1"
1011
lorawan.frag_decoder.lowmem.high_redundancy:
1112
platform_allow:
1213
- native_sim
@@ -19,3 +20,4 @@ tests:
1920
extra_configs:
2021
- CONFIG_LORAWAN_FRAG_TRANSPORT_DECODER_LOWMEM=y
2122
- CONFIG_LORAWAN_FRAG_TRANSPORT_MAX_REDUNDANCY=10
23+
- CONFIG_NATIVE_EXTRA_CMDLINE_ARGS="seed=1"

0 commit comments

Comments
 (0)