zephyr/tests/drivers/gpio/gpio_basic_api/testcase.yaml
Peter Bigot 39ad5937c5 tests: drivers: gpio: clean up testcase descriptions
Give the two tests distinct identifiers, and correct the harness on
the 2-pin test.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
2020-02-05 12:00:36 +01:00

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")