1sample:
2  description: BSD Sockets API multithreaded dumb HTTP server example
3  name: socket_dumb_http_server_mt
4common:
5  harness: net
6  depends_on: netif
7  min_ram: 128
8  min_flash: 128
9  tags:
10    - net
11    - socket
12    - http
13tests:
14  sample.net.sockets.dumb_http_server_mt:
15    extra_configs:
16      - CONFIG_POSIX_API=y
17    platform_exclude: esp32s2_saola
18