Twister now supports using YAML lists for all fields that were written as space-separated lists. Used twister_to_list.py script. Some artifacts on string length are due to how ruamel dumps content. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
17 lines
355 B
YAML
17 lines
355 B
YAML
sample:
|
|
description: BSD Sockets API multithreaded dumb HTTP server example
|
|
name: socket_dumb_http_server_mt
|
|
common:
|
|
harness: net
|
|
min_ram: 128
|
|
min_flash: 128
|
|
tags:
|
|
- net
|
|
- socket
|
|
- http
|
|
tests:
|
|
sample.net.sockets.dumb_http_server_mt:
|
|
extra_configs:
|
|
- CONFIG_NET_SOCKETS_POSIX_NAMES=y
|
|
platform_exclude: esp32s2_saola
|