tests: gpio_basic_api: fix filter to exclude boards without overlay

The test case no longer permits inferring input and output pins based
only on the presence of GPIO aliases.  Stop allowing presence of GPIO
aliases to enable the test.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
This commit is contained in:
Peter Bigot 2020-02-12 05:43:24 -06:00 committed by Johan Hedberg
commit a8bbaee75f

View file

@ -4,5 +4,4 @@ tests:
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")
filter: dt_compat_enabled("test,gpio_basic_api")