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:
parent
b3407f04e7
commit
64d4fcd8cb
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,7 @@ tests:
|
|||
- 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
|
||||
|
@ -19,3 +20,4 @@ tests:
|
|||
extra_configs:
|
||||
- CONFIG_LORAWAN_FRAG_TRANSPORT_DECODER_LOWMEM=y
|
||||
- CONFIG_LORAWAN_FRAG_TRANSPORT_MAX_REDUNDANCY=10
|
||||
- CONFIG_NATIVE_EXTRA_CMDLINE_ARGS="seed=1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue