zephyr/tests/drivers/can/host/testcase.yaml
Henrik Brix Andersen 127cb9edb6 tests: drivers: can: add host communication test suite
Add test suite using python-can for testing Controller Area Network (CAN)
communication between a host PC and a device under test running Zephyr.

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
2024-05-31 16:40:01 -05:00

18 lines
371 B
YAML

common:
tags:
- drivers
- can
depends_on: can
tests:
drivers.can.host:
filter: dt_chosen_enabled("zephyr,canbus")
harness: pytest
harness_config:
pytest_dut_scope: session
fixture: can
extra_configs:
- arch:posix:CONFIG_NATIVE_UART_0_ON_STDINOUT=y
integration_platforms:
- native_sim
- native_sim/native/64