zephyr/samples/net/http_client/sample.yaml
Andrei Gansari f37ec3b0af samples: net: some samples min_flash = 140k
In order to prevent failing tests on i.MX RT the following samples were
limited to a minimum 140k of flash: http_client, http_server,
socket/echo_client and sockets/echo_server.

Signed-off-by: Andrei Gansari <andrei.gansari@nxp.com>
2018-11-20 09:54:25 -06:00

16 lines
328 B
YAML

common:
harness: net
tags: net http
sample:
name: HTTP Client
tests:
test:
depends_on: netif
min_flash: 140
test_bt:
extra_args: CONF_FILE="prj_bt.conf"
platform_whitelist: qemu_x86 qemu_cortex_m3
test_tls:
extra_args: CONF_FILE="prj_tls.conf"
platform_whitelist: qemu_x86 qemu_cortex_m3