samples: add harness to exclude from device testing
Set harness to led as a placeholder to avoid running samples on platforms that do not have the needed hardware. Fixes #17439 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
9958757c0f
commit
e844b9c844
2 changed files with 2 additions and 0 deletions
|
@ -4,4 +4,5 @@ sample:
|
||||||
tests:
|
tests:
|
||||||
sample.driver.ht16k33:
|
sample.driver.ht16k33:
|
||||||
platform_whitelist: nrf52840_pca10056
|
platform_whitelist: nrf52840_pca10056
|
||||||
|
harness: TBD
|
||||||
tags: LED
|
tags: LED
|
||||||
|
|
|
@ -5,3 +5,4 @@ tests:
|
||||||
sample.driver.led_lp5562:
|
sample.driver.led_lp5562:
|
||||||
platform_whitelist: nrf52840_pca10056
|
platform_whitelist: nrf52840_pca10056
|
||||||
tags: led
|
tags: led
|
||||||
|
harness: TBD
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue