mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-28 11:05:21 +00:00
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>
21 lines
442 B
YAML
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"
|