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    integration_platforms:
14      - qemu_x86
15    tags:
16      - net
17      - lwm2m
18  sample.net.lwm2m_client.all_objects:
19    harness: net
20    depends_on: netif
21    platform_allow: qemu_x86
22    integration_platforms:
23      - qemu_x86
24    tags:
25      - net
26      - lwm2m
27    extra_configs:
28      - CONFIG_LWM2M_CONN_MON_OBJ_SUPPORT=y
29      - CONFIG_LWM2M_LOCATION_OBJ_SUPPORT=y
30      - CONFIG_LWM2M_IPSO_ACCELEROMETER=y
31      - CONFIG_LWM2M_IPSO_BUZZER=y
32      - CONFIG_LWM2M_IPSO_ONOFF_SWITCH=y
33      - CONFIG_LWM2M_IPSO_PUSH_BUTTON=y
34      - CONFIG_LWM2M_IPSO_GENERIC_SENSOR=y
35      - CONFIG_LWM2M_IPSO_HUMIDITY_SENSOR=y
36      - CONFIG_LWM2M_IPSO_PRESSURE_SENSOR=y
37  sample.net.lwm2m_client.dtls:
38    harness: net
39    depends_on: netif
40    extra_args: OVERLAY_CONFIG=overlay-dtls.conf
41    platform_allow:
42      - qemu_x86
43      - frdm_k64f
44      - pinnacle_100_dvk
45      - mg100
46    integration_platforms:
47      - qemu_x86
48    tags:
49      - net
50      - lwm2m
51  sample.net.lwm2m_client.bt:
52    harness: net
53    extra_args: OVERLAY_CONFIG=overlay-bt.conf
54    platform_allow:
55      - nrf52840dk_nrf52840
56      - disco_l475_iot1
57    tags:
58      - net
59      - lwm2m
60    integration_platforms:
61      - disco_l475_iot1
62  sample.net.lwm2m_client.queue_mode:
63    harness: net
64    depends_on: netif
65    extra_args: OVERLAY_CONFIG=overlay-queue.conf
66    platform_allow: qemu_x86
67    integration_platforms:
68      - qemu_x86
69    tags:
70      - net
71      - lwm2m
72  sample.net.lwm2m_client.wnc_m14a2a:
73    harness: net
74    extra_args: SHIELD=wnc_m14a2a
75    platform_allow:
76      - frdm_k64f
77      - nrf52840dk_nrf52840
78    integration_platforms:
79      - frdm_k64f
80    tags:
81      - net
82      - lwm2m
83