zephyr/samples/net/http_server/sample.yaml
Anas Nashif 0754c67b3d samples: http_server: fixed test dependencies
depend on USB device and increase RAM requirements.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2018-12-02 22:36:41 -05:00

29 lines
639 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"
tags: net usb
depends_on: usb_device
min_ram: 64
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
tags: net usb
depends_on: usb_device
min_ram: 64