zephyr/samples/subsys/usb/cdc_acm/sample.yaml
Andrei Emeltchenko ebc79e429e samples: cdc_acm: Add composite test configuration
Add section for build sanity check configuration with
CONFIG_USB_COMPOSITE_DEVICE enabled.

Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
2019-02-05 11:08:24 -05:00

16 lines
318 B
YAML

sample:
name: CDC ACM USB
tests:
usb.cdc-acm:
depends_on: usb_device
tags: usb
harness: console
harness_config:
type: one_line
regex:
- "Wait for DTR"
usb.cdc-acm_comp:
depends_on: usb_device
tags: usb
extra_args: "-DOVERLAY_CONFIG=overlay-composite-cdc-msc.conf"