1sample:
2  description: BSD Sockets API dumb HTTP server example
3  name: socket_dumb_http_server
4common:
5  filter: CONFIG_FULL_LIBC_SUPPORTED and not CONFIG_NATIVE_LIBC
6  harness: net
7  min_ram: 32
8  min_flash: 96
9  tags:
10    - net
11    - socket
12  platform_exclude: intel_adsp/cavs25
13tests:
14  sample.net.sockets.dumb_http_server:
15    extra_configs:
16      - CONFIG_POSIX_API=y
17