1common: 2 tags: 3 - drivers 4 - uart 5 platform_allow: 6 - qemu_x86 7 - native_sim 8 extra_args: DTC_OVERLAY_FILE="uart_emul.overlay" 9 harness: ztest 10tests: 11 drivers.uart.emul.polling: {} 12 drivers.uart.emul.interrupt_driven: 13 extra_configs: 14 - CONFIG_UART_INTERRUPT_DRIVEN=y 15 drivers.uart.emul.async: 16 extra_configs: 17 - CONFIG_EVENTS=y 18 - CONFIG_UART_ASYNC_API=y 19