Skip to content

Commit

Permalink
Update test_python_can_kvaser.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mdabrowski1990 committed Oct 28, 2024
1 parent 827e1f7 commit b7a0ca6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class KvaserConfig(AbstractPythonCanTests):
"""Configuration for Python CAN Transport Interface tests with Kvaser CAN interfaces."""

def setup_class(self):
"""Configure CAN bus that is managed by Kvaser CAN interfaces."""
self.can_interface_1 = Bus(interface="kvaser", channel=0, fd=True, receive_own_messages=True)
self.can_interface_2 = Bus(interface="kvaser", channel=1, fd=True, receive_own_messages=True)

Expand Down

0 comments on commit b7a0ca6

Please sign in to comment.