tests: drivers: uart: Add GPIO dependency to tests

Add gpio dependency to the tests, which require fixture
`gpio_loopback`.

Signed-off-by: Katarzyna Giądła <katarzyna.giadla@nordicsemi.no>
This commit is contained in:
Katarzyna Giądła 2023-01-03 16:32:14 +01:00 committed by Anas Nashif
commit 58c924ec56
2 changed files with 3 additions and 0 deletions

View file

@ -10,12 +10,14 @@ tests:
harness: ztest
harness_config:
fixture: gpio_loopback
depends_on: gpio
drivers.uart.async_api.nrf_uart:
filter: CONFIG_UART_CONSOLE and CONFIG_SERIAL_SUPPORT_ASYNC
harness: ztest
platform_allow: nrf52840dk_nrf52840
harness_config:
fixture: gpio_loopback
depends_on: gpio
extra_args: DTC_OVERLAY_FILE="boards/nrf52840dk_nrf52840.overlay;boards/nrf_uart.overlay"
drivers.uart.async_api.rtt:
filter: CONFIG_UART_CONSOLE and CONFIG_SERIAL_SUPPORT_ASYNC and CONFIG_HAS_SEGGER_RTT and

View file

@ -4,6 +4,7 @@ common:
platform_allow: nrf52840dk_nrf52840
harness_config:
fixture: gpio_loopback
depends_on: gpio
tests:
drivers.uart.pm:
extra_configs: