zephyr/tests/drivers/uart/uart_errors/testcase.yaml
Sebastian Głąb d05c971350 tests: drivers: uart: uart_errors: Cleanup after nRF54LM20 rename
Remove duplicated test configuration after
nrf54l20pdk/nrf54l20/cpuxxx was renamed to
nrf54lm20dk/nrf54lm20a/cpuxxx.

Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
2025-07-21 13:04:27 -04:00

31 lines
809 B
YAML

common:
tags:
- drivers
- uart
depends_on: gpio
harness: ztest
harness_config:
fixture: gpio_loopback
timeout: 30
tests:
drivers.uart.uart_errors.int_driven:
filter: CONFIG_SERIAL_SUPPORT_INTERRUPT
platform_allow:
- nrf54h20dk/nrf54h20/cpuapp
- nrf54l15dk/nrf54l15/cpuapp
- nrf54lm20dk/nrf54lm20a/cpuapp
- nrf5340dk/nrf5340/cpuapp
- ophelia4ev/nrf54l15/cpuapp
drivers.uart.uart_errors.async:
filter: CONFIG_SERIAL_SUPPORT_ASYNC
platform_allow:
- nrf54h20dk/nrf54h20/cpuapp
- nrf54l15dk/nrf54l15/cpuapp
- nrf54lm20dk/nrf54lm20a/cpuapp
- nrf5340dk/nrf5340/cpuapp
- ophelia4ev/nrf54l15/cpuapp
extra_configs:
- CONFIG_UART_ASYNC_API=y
- CONFIG_UART_INTERRUPT_DRIVEN=n
- CONFIG_PM_DEVICE=n