zephyr/samples/net/sockets/http_server/sample.yaml
Robert Lubos c26f1bef49 samples: net: sockets: Add netif dependency where missing
A few samples were not limiting the CI execution scope in any reasonable
way, they should at least limit the execution to platforms that support
netif capability.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2024-06-07 16:45:05 +03:00

18 lines
294 B
YAML

sample:
description: HTTP Server Sample
name: http_server_sample
common:
harness: net
depends_on: netif
min_ram: 192
tags:
- http
- net
- server
- socket
platform_exclude:
- native_posix
- native_posix/native/64
tests:
sample.net.sockets.http.server: {}