Since the additional objects are only added for compilation, enable them in sample.yaml instead, so that they get built by the CI. Remove them from the actual sample, as they obfuscate the sample purpose and the objects visible from the server perspective. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
47 lines
1.4 KiB
YAML
47 lines
1.4 KiB
YAML
sample:
|
|
description: TBD
|
|
name: TBD
|
|
tests:
|
|
sample.net.lwm2m_client:
|
|
harness: net
|
|
depends_on: netif
|
|
platform_allow: qemu_x86 frdm_k64f pinnacle_100_dvk
|
|
tags: net lwm2m
|
|
sample.net.lwm2m_client.all_objects:
|
|
harness: net
|
|
depends_on: netif
|
|
platform_allow: qemu_x86
|
|
tags: net lwm2m
|
|
extra_configs:
|
|
- CONFIG_LWM2M_CONN_MON_OBJ_SUPPORT=y
|
|
- CONFIG_LWM2M_LOCATION_OBJ_SUPPORT=y
|
|
- CONFIG_LWM2M_IPSO_ACCELEROMETER=y
|
|
- CONFIG_LWM2M_IPSO_BUZZER=y
|
|
- CONFIG_LWM2M_IPSO_ONOFF_SWITCH=y
|
|
- CONFIG_LWM2M_IPSO_PUSH_BUTTON=y
|
|
- CONFIG_LWM2M_IPSO_GENERIC_SENSOR=y
|
|
- CONFIG_LWM2M_IPSO_HUMIDITY_SENSOR=y
|
|
- CONFIG_LWM2M_IPSO_PRESSURE_SENSOR=y
|
|
sample.net.lwm2m_client.dtls:
|
|
harness: net
|
|
depends_on: netif
|
|
extra_args: OVERLAY_CONFIG=overlay-dtls.conf
|
|
platform_allow: qemu_x86 frdm_k64f pinnacle_100_dvk
|
|
tags: net lwm2m
|
|
sample.net.lwm2m_client.bt:
|
|
harness: net
|
|
extra_args: OVERLAY_CONFIG=overlay-bt.conf
|
|
platform_allow: nrf52840dk_nrf52840 disco_l475_iot1
|
|
tags: net lwm2m
|
|
sample.net.lwm2m_client.queue_mode:
|
|
harness: net
|
|
depends_on: netif
|
|
extra_args: OVERLAY_CONFIG=overlay-queue.conf
|
|
platform_allow: qemu_x86
|
|
tags: net lwm2m
|
|
sample.net.lwm2m_client.wnc_m14a2a:
|
|
harness: net
|
|
extra_args: SHIELD=wnc_m14a2a
|
|
platform_allow: frdm_k64f nrf52840dk_nrf52840
|
|
tags: net lwm2m
|