Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
github: workflow: python: Add CAN interface testing
Added steps to set up a virtual CAN (vcan0) interface in the CI environment. Included tests for the CAN interface using the `python_bindings_example_server` and `python_bindings_example_client`examples. Ensured the CAN interface is correctly configured with `modprobe vcan`and `ip link add dev vcan0 type vcan`. This change enables automated testing of the CAN interface within the CI pipeline, improving test coverage for CAN-related functionality. Signed-off-by: Gaetan Perrot <[email protected]>
- Loading branch information