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>
This commit is contained in:
Andy Ross 2019-06-18 10:55:31 -07:00 committed by Anas Nashif
commit 42d8936f4d

View file

@ -2,6 +2,7 @@ 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