Commit 3a00ae48 authored by Lucas Romero's avatar Lucas Romero Committed by Johan Hedberg
Browse files

tests: subsys: lorawan: run frag decoder test with both implementations



in order to make sure they work.

Signed-off-by: default avatarLucas Romero <luqasn@gmail.com>
parent cad56e80
Loading
Loading
Loading
Loading
+15 −1
Original line number Diff line number Diff line
@@ -2,6 +2,20 @@ common:
  tags:
    - lorawan
tests:
  lorawan.frag_decoder:
  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