zephyr/samples/subsys/usb/webusb/sample.yaml
Kumar Gala 6f473e9240 samples: usb: webusb: Mark harness as TBD
Mark harness as TBD as we haven't defined how to test/validate this
sample on real hardware.  As such marking it 'harness: TBD' will get it
skipped from being attempted to run on hardware via --device-testing

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2019-08-22 07:08:20 -04:00

9 lines
161 B
YAML

sample:
name: Web USB
tests:
sample.usb.webusb:
depends_on: usb_device
tags: usb
platform_exclude: native_posix native_posix_64
harness: TBD