Skip to content

Commit

Permalink
tests: drivers: uart: Add GPIO dependency to tests
Browse files Browse the repository at this point in the history
Add gpio dependency to the tests, which require fixture
`gpio_loopback`.

Signed-off-by: Katarzyna Giądła <[email protected]>
  • Loading branch information
katgiadla authored and nashif committed Jan 4, 2023
1 parent 3606a50 commit 58c924e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/drivers/uart/uart_async_api/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions tests/drivers/uart/uart_pm/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ common:
platform_allow: nrf52840dk_nrf52840
harness_config:
fixture: gpio_loopback
depends_on: gpio
tests:
drivers.uart.pm:
extra_configs:
Expand Down

0 comments on commit 58c924e

Please sign in to comment.