Avoid some test cases failures
[src/qa-testdefinitions.git] / test-suites / short-smoke / can_if_hw_connection.yaml
1 # These tests are applicable if and only if the board to be used has two CAN interfaces.
2 # These two interfaces should be wired to eachother.
3
4 metadata:
5   name: can_if_hw_connection_test
6   format: "Lava-Test-Shell Test Definition 1.0"
7   description: "can_if_hw_connection_test"
8   version: 1.0
9
10 run:
11   steps:
12         - echo "CAN_tests"
13         - lava-test-set start test_can_send_receive
14         - ./common/scripts/test_can_send_receive.sh
15         - lava-test-set stop
16         - lava-test-set start test_stats
17         - ./common/scripts/test_stats.sh
18         - lava-test-set stop
19         - lava-test-set start test_can_bitrate
20         - ./common/scripts/test_can_bitrate.sh
21         - lava-test-set stop