zephyr/tests/net/lib/coap_server/common/testcase.yaml
Robert Lubos 7e093351d8 tests: net: coap_server: Adjust test filters
Add netif dependency for the test suite, as in other networking tests
and adjust minimal RAM and FLASH values.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2025-05-12 13:30:57 +02:00

20 lines
329 B
YAML

common:
min_ram: 40
min_flash: 180
depends_on: netif
tags:
- net
- coap
- server
integration_platforms:
- native_sim
tests:
net.coap.server.common: {}
net.coap.server.secure:
tags:
- tls
extra_configs:
- CONFIG_NET_SOCKETS_SOCKOPT_TLS=y
- CONFIG_NET_SOCKETS_ENABLE_DTLS=y