zephyr/tests/drivers/can/api/testcase.yaml
Anas Nashif b207035851 tests: add integration_platforms and misc optimizations
Add integration_platforms to many tests that use platform_allow to
manage scope of pull_request CI.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2024-11-26 00:12:07 +01:00

24 lines
780 B
YAML

common:
tags:
- drivers
- can
depends_on: can
tests:
drivers.can.api:
filter: dt_chosen_enabled("zephyr,canbus") and not dt_compat_enabled("kvaser,pcican")
and not dt_compat_enabled("infineon,xmc4xxx-can-node")
drivers.can.api.rtr:
filter: dt_chosen_enabled("zephyr,canbus") and not dt_compat_enabled("kvaser,pcican")
and not dt_compat_enabled("infineon,xmc4xxx-can-node")
extra_configs:
- CONFIG_CAN_ACCEPT_RTR=y
drivers.can.api.twai:
extra_args: DTC_OVERLAY_FILE=twai-enable.overlay
platform_allow:
- esp32s3_devkitm/esp32s3/procpu
- xiao_esp32s3/esp32s3/procpu
drivers.can.api.nxp_s32_canxl.non_rx_fifo:
extra_configs:
- CONFIG_CAN_NXP_S32_RX_FIFO=n
filter: dt_compat_enabled("nxp,s32-canxl")