- 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>
6 lines
115 B
YAML
6 lines
115 B
YAML
tests:
|
|
drivers.can.api:
|
|
tags: drivers can
|
|
depends_on: can
|
|
filter: dt_chosen_enabled("zephyr,canbus")
|