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>
This commit is contained in:
Peter Bigot 2019-10-29 11:56:45 -05:00 committed by Carles Cufí
commit 39ad5937c5
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
tests: tests:
peripheral.gpio: peripheral.gpio.1pin:
tags: drivers gpio tags: drivers gpio
depends_on: gpio depends_on: gpio
min_flash: 48 min_flash: 48

View file

@ -1,8 +1,8 @@
tests: tests:
drivers.gpio: drivers.gpio.2pin:
tags: drivers gpio tags: drivers gpio
depends_on: gpio depends_on: gpio
harness: loopback # see documentation harness: console
min_flash: 34 min_flash: 34
filter: dt_compat_enabled("test,gpio_basic_api") or filter: dt_compat_enabled("test,gpio_basic_api") or
dt_alias_exists("gpio-0") or dt_alias_exists("gpio-1") dt_alias_exists("gpio-0") or dt_alias_exists("gpio-1")