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:
parent
333459246f
commit
39ad5937c5
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
tests:
|
||||
peripheral.gpio:
|
||||
peripheral.gpio.1pin:
|
||||
tags: drivers gpio
|
||||
depends_on: gpio
|
||||
min_flash: 48
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
tests:
|
||||
drivers.gpio:
|
||||
drivers.gpio.2pin:
|
||||
tags: drivers gpio
|
||||
depends_on: gpio
|
||||
harness: loopback # see documentation
|
||||
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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue