zephyr/samples/net/http_server/sample.yaml
Loic Poulain 7c5c222ca0 samples: net: Add test cases for USB EEM
Add test for zperf and http_server apps.

Signed-off-by: Loic Poulain <loic.poulain@linaro.org>
2018-04-06 06:50:34 -04:00

26 lines
634 B
YAML

sample:
name: HTTP Server
tests:
test:
harness: net
depends_on: netif
tags: net http
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: CONF_FILE="prj_netusb.conf"
platform_whitelist: quark_se_c1000_devboard 96b_carbon
tags: net usb
test_usbnet_eem:
harness: net
extra_args: CONF_FILE="prj_netusb.conf"
extra_configs:
- CONFIG_USB_DEVICE_NETWORK_ECM=n
- CONFIG_USB_DEVICE_NETWORK_EEM=y
platform_whitelist: quark_se_c1000_devboard 96b_carbon
tags: net usb