Skip to content

Commit e47bdb2

Browse files
nordic-krchcarlescufi
authored andcommitted
tests: drivers: uart: async_api: Add configuration for legacy nrf driver
Add configuration which tests legacy nrf uart driver. Prevent tests on nrf52_bsim of the new driver (it is requiring adjustments for the simulation). It will be fixed by another patch. Signed-off-by: Krzysztof Chruściński <[email protected]>
1 parent b8c9aad commit e47bdb2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tests/drivers/uart/uart_async_api/testcase.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ tests:
1313
harness_config:
1414
fixture: gpio_loopback
1515
depends_on: gpio
16+
tags: bsim_skip_CI
1617
drivers.uart.wide:
1718
filter: CONFIG_SERIAL_SUPPORT_ASYNC and not CONFIG_UART_MCUX_LPUART
1819
harness: ztest
@@ -25,6 +26,15 @@ tests:
2526
platform_allow: nucleo_h743zi
2627
integration_platforms:
2728
- nucleo_h743zi
29+
drivers.uart.async_api.nrf_uarte_legacy:
30+
platform_allow: nrf52840dk_nrf52840 nrf52_bsim
31+
filter: CONFIG_SERIAL_SUPPORT_ASYNC
32+
harness: ztest
33+
harness_config:
34+
fixture: gpio_loopback
35+
depends_on: gpio
36+
extra_configs:
37+
- CONFIG_UART_NRFX_UARTE_LEGACY_SHIM=y
2838
drivers.uart.async_api.nrf_uart:
2939
filter: CONFIG_SERIAL_SUPPORT_ASYNC
3040
harness: ztest

0 commit comments

Comments
 (0)