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>
10 lines
243 B
YAML
10 lines
243 B
YAML
sample:
|
|
name: Servo Motor using PWM
|
|
tests:
|
|
test:
|
|
# FIXME: We should remove those and just rely on depends_on
|
|
platform_whitelist: arduino_101 quark_d2000_crb bbc_microbit
|
|
tags: drivers pwm
|
|
depends_on: pwm
|
|
harness: motor
|