zephyr/samples/net/http_server/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

27 lines
671 B
YAML

sample:
name: HTTP Server
tests:
test:
harness: net
depends_on: netif
tags: net http
min_flash: 140
test_bt:
harness: net
extra_args: CONF_FILE="prj_bt.conf"
platform_whitelist: qemu_x86
tags: net http
test_usbnet_ecm:
harness: net
extra_args: OVERLAY_CONFIG="overlay-netusb.conf"
platform_whitelist: 96b_carbon quark_se_c1000_devboard
tags: net usb
test_usbnet_eem:
harness: net
extra_args: OVERLAY_CONFIG="overlay-netusb.conf"
extra_configs:
- CONFIG_USB_DEVICE_NETWORK_ECM=n
- CONFIG_USB_DEVICE_NETWORK_EEM=y
platform_whitelist: 96b_carbon quark_se_c1000_devboard
tags: net usb