zephyr/tests/drivers/uart/uart_async_rx/testcase.yaml
Alberto Escolar Piedras ff30ad15cd tests/drivers/*: Switch integration platform to native_sim
Swith integration_platforms from native_posix(_64)
to native_sim(_64).

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2023-11-30 09:42:25 -05:00

16 lines
393 B
YAML

tests:
drivers.uart.async_rx:
filter: CONFIG_SERIAL
tags: drivers uart
integration_platforms:
- native_sim
drivers.uart.async_rx.ztress:
filter: CONFIG_SERIAL
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