1tests:
2  drivers.uart.async_rx:
3    filter: CONFIG_SERIAL_HAS_DRIVER
4    tags:
5      - drivers
6      - uart
7    integration_platforms:
8      - native_sim
9  drivers.uart.async_rx.ztress:
10    tags:
11      - drivers
12      - uart
13    platform_allow:
14      - qemu_cortex_m3
15      - qemu_x86
16      - qemu_x86_64
17      - qemu_riscv32
18    integration_platforms:
19      - qemu_x86
20    extra_configs:
21      - CONFIG_SYS_CLOCK_TICKS_PER_SEC=10000
22