Commit 836f5826 authored by Henrik Brix Andersen's avatar Henrik Brix Andersen Committed by Christopher Friedt
Browse files

drivers: can: skip all CAN loopback mode tests for kvaser,pcican



Skip all CAN controller tests utilizing CAN loopback mode for the
kvaser,pcican CAN controller card as emulated in QEMU.

QEMU emulation of the SJA1000 CAN controller backend does not yet support
the SJA1000 Self Reception Request command which is required for proper
loopback operation.

Signed-off-by: default avatarHenrik Brix Andersen <henrik@brixandersen.dk>
parent 4af4fc03
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ tests:
  sample.drivers.can.counter:
    tags: can
    depends_on: can
    filter: dt_chosen_enabled("zephyr,canbus")
    filter: dt_chosen_enabled("zephyr,canbus") and not dt_compat_enabled("kvaser,pcican")
    harness: console
    harness_config:
      type: one_line
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ sample:
  name: SocketCAN sample
common:
  tags: net socket can
  filter: dt_chosen_enabled("zephyr,canbus")
  filter: dt_chosen_enabled("zephyr,canbus") and not dt_compat_enabled("kvaser,pcican")
  depends_on: can
  harness: console
tests:
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ tests:
  drivers.can.api:
    tags: drivers can
    depends_on: can
    filter: dt_chosen_enabled("zephyr,canbus")
    filter: dt_chosen_enabled("zephyr,canbus") and not dt_compat_enabled("kvaser,pcican")
  drivers.can.api.mcp2515:
    tags: drivers can
    depends_on: arduino_spi arduino_gpio
+1 −1
Original line number Diff line number Diff line
@@ -2,5 +2,5 @@ tests:
  canbus.isotp.conformance:
    tags: can isotp
    depends_on: can
    filter: dt_chosen_enabled("zephyr,canbus")
    filter: dt_chosen_enabled("zephyr,canbus") and not dt_compat_enabled("kvaser,pcican")
    platform_exclude: native_posix native_posix_64
+1 −1
Original line number Diff line number Diff line
@@ -2,5 +2,5 @@ tests:
  canbus.isotp.implementation:
    tags: can isotp
    depends_on: can
    filter: dt_chosen_enabled("zephyr,canbus")
    filter: dt_chosen_enabled("zephyr,canbus") and not dt_compat_enabled("kvaser,pcican")
    platform_exclude: native_posix native_posix_64