zephyr/tests/net/lib/http_server/tls/testcase.yaml
Robert Lubos 1dca822483 tests: net: http_server: Add netif dependency
Some of the http_server tests suites were missing netif dependency.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2024-09-27 10:56:47 +01:00

20 lines
306 B
YAML

common:
depends_on: netif
min_ram: 192
tags:
- http
- net
- server
- socket
integration_platforms:
- native_sim
- qemu_x86
platform_exclude:
- native_posix
- native_posix/native/64
platform_allow:
- native_sim
- qemu_x86
tests:
net.http.server.tls: {}