Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
github: workflow: 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 `csp_server` and `csp_client` examples. Ensured the CAN interface is correctly configured with `modprobe vcan`and `ip link add dev vcan0 type vcan`. Implemented both server and client tests to validate CAN communication. 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 <gaetan.perrot@spacecubics.com>
- Loading branch information