1common:
2  tags:
3    - drivers
4    - can
5  depends_on: can
6tests:
7  drivers.can.host:
8    filter: dt_chosen_enabled("zephyr,canbus")
9    harness: pytest
10    harness_config:
11      pytest_dut_scope: session
12      fixture: can
13    extra_configs:
14      - arch:posix:CONFIG_NATIVE_UART_0_ON_STDINOUT=y
15    integration_platforms:
16      - native_sim
17      - native_sim/native/64
18