zephyr/tests/subsys/lorawan/frag_decoder/testcase.yaml
Lucas Romero 3a00ae48a3 tests: subsys: lorawan: run frag decoder test with both implementations
in order to make sure they work.

Signed-off-by: Lucas Romero <luqasn@gmail.com>
2024-06-11 16:09:23 +03:00

22 lines
614 B
YAML

common:
tags:
- lorawan
tests:
lorawan.frag_decoder.semtech:
platform_allow:
- native_sim
extra_configs:
- CONFIG_LORAWAN_FRAG_TRANSPORT_DECODER_SEMTECH=y
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