zephyr/tests/drivers/can/timing/testcase.yaml
Henrik Brix Andersen 323a98cd34 tests: drivers: can: filter out tests if zephyr,canbus not enabled
- Filter out the CAN controller driver tests if no zephyr,canbus chosen
  node is enabled in the devicetree.
- Rename the tests to follow the general test naming scheme.
- Remove the dedicated test selection for native_posix boards

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
2022-02-24 07:12:54 -06:00

6 lines
118 B
YAML

tests:
drivers.can.timing:
tags: drivers can
depends_on: can
filter: dt_chosen_enabled("zephyr,canbus")