zephyr/samples/drivers/gpio/sample.yaml
Kumar Gala 1f68831197 samples: Use DT_ prefix define for DT filters
Update the filters that are extracting info from DT to use a define that
has a DT_ prefix so its clear that its coming from DT_.  Also this lets
us remove any non-DT prefixed defines in the conf db.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2019-02-14 10:45:25 -06:00

13 lines
276 B
YAML

sample:
name: GPIO toggling
tests:
test:
tags: drivers
filter: DT_GPIO_LEDS_LED0_GPIO_CONTROLLER and DT_GPIO_KEYS_SW0_GPIO_CONTROLLER
harness: console
harness_config:
type: one_line
regex:
- "Toggling (.*)"
depends_on: gpio