zephyr/samples/net/sockets/dumb_http_server_mt/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

22 lines
482 B
YAML

sample:
description: BSD Sockets API multithreaded dumb HTTP server example
name: socket_dumb_http_server_mt
common:
harness: net
depends_on: netif
min_ram: 128
min_flash: 128
tags:
- net
- socket
- http
# native_posix does not work with CONFIG_POSIX_API
platform_exclude:
- native_posix
- native_posix/native/64
tests:
sample.net.sockets.dumb_http_server_mt:
extra_configs:
- CONFIG_POSIX_API=y
platform_exclude: esp32s2_saola