zephyr/samples/subsys/usb/dfu/sample.yaml
Andy Ross 42d8936f4d samples/subsys/usb/dfu: Set sanitycheck test to build_only
This sample has to be operated manually (it's a USB DFU implementation
that needs to be plugged into a host to validate).  Sanitycheck is
failing right now becuase it tries to flash and run it, and doesn't
see a harness declaration.

Set it to build_only when run under sanitycheck.

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2019-06-19 14:37:20 -04:00

9 lines
183 B
YAML

sample:
name: USB DFU sample
tests:
sample.subsys.usb.dfu:
build_only: True
platform_whitelist: nrf52840_pca10056 intel_s1000_crb
depends_on: usb_device
tags: usb