Most of the basic tests trigger LEDs or expect button press and would hang in device testing because we can't parse success or failure from the console. Define harness for this with the intent to skip those in sanitycheck device testing and until we have a better way to test those. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
11 lines
262 B
YAML
11 lines
262 B
YAML
sample:
|
|
name: RGB LED
|
|
tests:
|
|
test:
|
|
filter: DT_PWM_LEDS_RED_PWM_LED_PWM_CONTROLLER and
|
|
DT_PWM_LEDS_GREEN_PWM_LED_PWM_CONTROLLER and
|
|
DT_PWM_LEDS_BLUE_PWM_LED_PWM_CONTROLLER
|
|
tags: drivers pwm
|
|
depends_on: pwm
|
|
harness: led
|