zephyr/tests/drivers/uart/uart_async_rx/testcase.yaml
Anas Nashif ead02284f0 tests: uart: filter by CONFIG_SERIAL_HAS_DRIVER
filtering by CONFIG_SERIAL always matches, we need a different filter
and be able to enable the driver if supported.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2024-01-16 10:29:39 -05:00

18 lines
402 B
YAML

tests:
drivers.uart.async_rx:
filter: CONFIG_SERIAL_HAS_DRIVER
tags: drivers uart
integration_platforms:
- native_sim
drivers.uart.async_rx.ztress:
tags: drivers uart
platform_allow:
- qemu_cortex_m3
- qemu_x86
- qemu_x86_64
- qemu_riscv32
integration_platforms:
- qemu_x86
extra_configs:
- CONFIG_SYS_CLOCK_TICKS_PER_SEC=10000