zephyr/samples/net/http_server/sample.yaml
Andrei Emeltchenko 2d822f1504 samples: http_server: Add netusb configuration
Add configuration to http_server sample making it possible to work
with USB Device stack with Ethernet ECM protocol.

Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
2017-10-30 11:50:42 -04:00

21 lines
502 B
YAML

sample:
name: HTTP Server
tests:
- test:
build_only: true
depends_on: netif
tags: net http
- test_bt:
build_only: true
extra_args: CONF_FILE="prj_bt.conf"
platform_whitelist: qemu_x86
tags: net http
- test_usbnet:
build_only: true
extra_args: CONF_FILE="prj_netusb.conf"
extra_configs:
- CONFIG_USB_DEVICE_VID=0xDEAD
- CONFIG_USB_DEVICE_PID=0xBEEF
platform_whitelist: quark_se_c1000_devboard
tags: net usb