1sample:
2  name: UART Passthrough
3tests:
4  sample.drivers.uart:
5    integration_platforms:
6      - qemu_x86
7    tags:
8      - serial
9      - uart
10    filter: CONFIG_SERIAL and
11            CONFIG_UART_INTERRUPT_DRIVEN and
12            dt_chosen_enabled("zephyr,console") and
13            dt_chosen_enabled("uart,passthrough")
14    harness: keyboard
15