zephyr/tests/drivers/can/shell/testcase.yaml
Henrik Brix Andersen 11ed7d62b7 tests: drivers: can: add test for the CAN shell module
Add test for the CAN shell module.

The tests execute a set of CAN shell module commands against a CAN
controller driver mock, verifies that the expected CAN controller driver
API functions are called, and that their arguments are as expected.

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
2022-08-31 10:45:35 +02:00

7 lines
128 B
YAML

tests:
drivers.can.shell:
integration_platforms:
- native_posix
- native_posix_64
tags: drivers can shell