1sample:
2  description: BSD Sockets big HTTP download example
3  name: big_http_download
4common:
5  filter: CONFIG_FULL_LIBC_SUPPORTED and not CONFIG_NATIVE_LIBC
6  harness: net
7  depends_on: netif
8  min_ram: 32
9  min_flash: 128
10  tags:
11    - net
12    - socket
13  platform_exclude:
14    - native_posix
15    - native_posix/native/64
16tests:
17  sample.net.sockets.big_http_download:
18    extra_configs:
19      - CONFIG_POSIX_API=y
20  sample.net.sockets.big_http_download.ci:
21    extra_args: EXTRA_CONF_FILE=overlay-ci.conf
22