1sample: 2 description: TBD 3 name: TBD 4tests: 5 sample.net.lwm2m_client: 6 harness: net 7 depends_on: netif 8 platform_allow: 9 - qemu_x86 10 - frdm_k64f 11 - pinnacle_100_dvk 12 - mg100 13 - native_sim 14 integration_platforms: 15 - qemu_x86 16 tags: 17 - net 18 - lwm2m 19 sample.net.lwm2m_client.all_objects: 20 harness: net 21 depends_on: netif 22 platform_allow: 23 - qemu_x86 24 - native_sim 25 integration_platforms: 26 - qemu_x86 27 tags: 28 - net 29 - lwm2m 30 extra_configs: 31 - CONFIG_LWM2M_CONN_MON_OBJ_SUPPORT=y 32 - CONFIG_LWM2M_LOCATION_OBJ_SUPPORT=y 33 - CONFIG_LWM2M_IPSO_ACCELEROMETER=y 34 - CONFIG_LWM2M_IPSO_BUZZER=y 35 - CONFIG_LWM2M_IPSO_ONOFF_SWITCH=y 36 - CONFIG_LWM2M_IPSO_PUSH_BUTTON=y 37 - CONFIG_LWM2M_IPSO_GENERIC_SENSOR=y 38 - CONFIG_LWM2M_IPSO_HUMIDITY_SENSOR=y 39 - CONFIG_LWM2M_IPSO_PRESSURE_SENSOR=y 40 sample.net.lwm2m_client.dtls: 41 harness: net 42 depends_on: netif 43 extra_args: EXTRA_CONF_FILE=overlay-dtls.conf 44 platform_allow: 45 - qemu_x86 46 - frdm_k64f 47 - pinnacle_100_dvk 48 - mg100 49 - native_sim 50 integration_platforms: 51 - qemu_x86 52 tags: 53 - net 54 - lwm2m 55 sample.net.lwm2m_client.queue_mode: 56 harness: net 57 depends_on: netif 58 extra_args: EXTRA_CONF_FILE=overlay-queue.conf 59 platform_allow: 60 - qemu_x86 61 - native_sim 62 integration_platforms: 63 - qemu_x86 64 tags: 65 - net 66 - lwm2m 67 sample.net.lwm2m_client.wnc_m14a2a: 68 harness: net 69 extra_args: SHIELD=wnc_m14a2a 70 platform_allow: 71 - frdm_k64f 72 - nrf52840dk/nrf52840 73 integration_platforms: 74 - frdm_k64f 75 tags: 76 - net 77 - lwm2m 78