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>
9 lines
153 B
YAML
9 lines
153 B
YAML
sample:
|
|
name: Button Sample
|
|
tests:
|
|
test:
|
|
tags: button gpio
|
|
filter: DT_GPIO_KEYS_SW0_GPIO_CONTROLLER
|
|
depends_on: gpio
|
|
harness: button
|