depend on USB device and increase RAM requirements. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
29 lines
639 B
YAML
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
|