zephyr/samples/net/lwm2m_client/sample.yaml
Michael Scott b010cd763e samples: net: lwm2m_client: expand sanity testing
Let's expand the sanity build testing for the lwm2m_client by
doing the following:

- Add variant builds for DTLS, bluetooth and modem
- Check various combinations of hardware across each of these
  variant builds: frdm_k64f, nrf52_pca10040, nrf52840_pca10056,
  disco_l475_iot1

Signed-off-by: Michael Scott <mike@foundries.io>
2018-11-17 00:50:15 -05:00

26 lines
645 B
YAML

sample:
description: TBD
name: TBD
tests:
test:
harness: net
depends_on: netif
platform_whitelist: qemu_x86 frdm_k64f
tags: net lwm2m
test_dtls:
harness: net
depends_on: netif
extra_args: OVERLAY_CONFIG=overlay-dtls.conf
platform_whitelist: qemu_x86 frdm_k64f
tags: net lwm2m
test_bt:
harness: net
extra_args: OVERLAY_CONFIG=overlay-bt.conf
platform_whitelist: nrf52_pca10040 nrf52840_pca10056 disco_l475_iot1
tags: net lwm2m
test_modem:
harness: net
extra_args: OVERLAY_CONFIG=overlay-wncm14a2a.conf
platform_whitelist: frdm_k64f nrf52840_pca10056
tags: net lwm2m