Commit 61cc71e4 authored by Jukka Rissanen's avatar Jukka Rissanen
Browse files

samples: net: echo-*: Add openthread tag for sanitychecker



Add "openthread" tag for sanitychecker when it is running
OpenThread specific tests. This way it is easier to run just
those few OpenThread specific tests.

Signed-off-by: default avatarJukka Rissanen <jukka.rissanen@linux.intel.com>
parent e5ab098c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -23,9 +23,11 @@ tests:
    platform_whitelist: nrf52840_pca10056
  test_nrf_openthread:
    extra_args: OVERLAY_CONFIG="overlay-ot.conf"
    tags: net openthread
    platform_whitelist: nrf52840_pca10056
  test_kw41z:
    platform_whitelist: frdm_kw41z
  test_kw41z_openthread:
    extra_args: OVERLAY_CONFIG="overlay-ot.conf"
    tags: net openthread
    platform_whitelist: frdm_kw41z
+2 −0
Original line number Diff line number Diff line
@@ -35,9 +35,11 @@ tests:
    tags: net usb
  test_nrf_openthread:
    extra_args: OVERLAY_CONFIG="overlay-ot.conf"
    tags: net openthread
    platform_whitelist: nrf52840_pca10056
  test_kw41z:
    platform_whitelist: frdm_kw41z
  test_kw41z_openthread:
    extra_args: OVERLAY_CONFIG="overlay-ot.conf"
    tags: net openthread
    platform_whitelist: frdm_kw41z