Give the two tests distinct identifiers, and correct the harness on the 2-pin test. Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
9 lines
234 B
YAML
9 lines
234 B
YAML
tests:
|
|
drivers.gpio.2pin:
|
|
tags: drivers gpio
|
|
depends_on: gpio
|
|
harness: console
|
|
min_flash: 34
|
|
filter: dt_compat_enabled("test,gpio_basic_api") or
|
|
dt_alias_exists("gpio-0") or dt_alias_exists("gpio-1")
|