Skip to content

Commit

Permalink
tests: drivers: uart: Re-enabling some tests on nrf52_bsim
Browse files Browse the repository at this point in the history
Tests which were using the new nordic UART shim where failing
on the bsim targets. They are now fixed and tests can be
re-enabled.

Signed-off-by: Krzysztof Chruściński <[email protected]>
  • Loading branch information
nordic-krch authored and carlescufi committed Apr 5, 2024
1 parent 7bededb commit 362389e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion tests/drivers/uart/uart_async_api/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ tests:
depends_on: gpio
extra_configs:
- CONFIG_UART_NRFX_UARTE_LEGACY_SHIM=n
tags: bsim_skip_CI
drivers.uart.async_api.nrf_uart:
filter: CONFIG_SERIAL_SUPPORT_ASYNC
harness: ztest
Expand Down
3 changes: 0 additions & 3 deletions tests/drivers/uart/uart_mix_fifo_poll/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,13 @@ tests:
- CONFIG_UART_ASYNC_API=n
- CONFIG_UART_0_ENHANCED_POLL_OUT=n
- CONFIG_UART_NRFX_UARTE_LEGACY_SHIM=n
tags: bsim_skip_CI

drivers.uart.uart_mix_poll_fifo:
extra_configs:
- CONFIG_UART_INTERRUPT_DRIVEN=y
- CONFIG_UART_0_INTERRUPT_DRIVEN=y
- CONFIG_UART_0_ENHANCED_POLL_OUT=n
- CONFIG_UART_NRFX_UARTE_LEGACY_SHIM=n
tags: bsim_skip_CI

drivers.uart.uart_mix_poll_async_api:
extra_configs:
Expand All @@ -37,7 +35,6 @@ tests:
- CONFIG_UART_0_ASYNC=y
- CONFIG_UART_0_ENHANCED_POLL_OUT=n
- CONFIG_UART_NRFX_UARTE_LEGACY_SHIM=n
tags: bsim_skip_CI

drivers.uart.uart_mix_poll_async_api_const:
extra_args: TEST_CONST_BUFFER=1
Expand Down

0 comments on commit 362389e

Please sign in to comment.