zephyr/samples/net/http_server/sample.yaml
Andrei Emeltchenko 6f045d1b9d net: samples: Refactor netusb configuration for http_server
Move configuration to overlay-netusb.sonf, enable zero-configuration,
working with LLMNR in Windows and avahi-autoipd in Linux.

Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
2018-11-02 10:03:04 +02:00

26 lines
652 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: 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