1common:
2  min_ram: 40
3  min_flash: 180
4  depends_on: netif
5  tags:
6    - net
7    - coap
8    - server
9  integration_platforms:
10    - native_sim
11
12tests:
13  net.coap.server.common: {}
14  net.coap.server.secure:
15    tags:
16      - tls
17    extra_configs:
18      - CONFIG_NET_SOCKETS_SOCKOPT_TLS=y
19      - CONFIG_NET_SOCKETS_ENABLE_DTLS=y
20