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>
13 lines
276 B
YAML
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
|