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>
20 lines
329 B
YAML
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
|