From e844b9c84424ad7a20f4f9f8fdf6d81ddd0e157c Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Mon, 26 Aug 2019 22:00:18 -0400 Subject: [PATCH] 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 --- samples/drivers/ht16k33/sample.yaml | 1 + samples/drivers/led_lp5562/sample.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/samples/drivers/ht16k33/sample.yaml b/samples/drivers/ht16k33/sample.yaml index 890549a0517..104a3822e96 100644 --- a/samples/drivers/ht16k33/sample.yaml +++ b/samples/drivers/ht16k33/sample.yaml @@ -4,4 +4,5 @@ sample: tests: sample.driver.ht16k33: platform_whitelist: nrf52840_pca10056 + harness: TBD tags: LED diff --git a/samples/drivers/led_lp5562/sample.yaml b/samples/drivers/led_lp5562/sample.yaml index ba2f0eb1b7b..3bcdb2c4f7c 100644 --- a/samples/drivers/led_lp5562/sample.yaml +++ b/samples/drivers/led_lp5562/sample.yaml @@ -5,3 +5,4 @@ tests: sample.driver.led_lp5562: platform_whitelist: nrf52840_pca10056 tags: led + harness: TBD