zephyr/samples/subsys/usb/cdc_acm/sample.yaml
Andrei Emeltchenko 35a81562e8 samples: usb: hid: Enable harness for the sample
Enable harness so we can execute smoke tests on the hardware with
command line:
sanitycheck --device-testing --device-serial /dev/ttyACM0 -p <BOARD>
  -T samples/subsys/usb/hid

Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
2019-04-18 12:16:05 -04:00

21 lines
442 B
YAML

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