aboutsummaryrefslogtreecommitdiffstats
path: root/test-suites/short-smoke/test_can.yaml
blob: a55eaabeae34f36e00af03f001b475739596aa22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# these tests are applicable if and only if the board to be used has two CAN interfaces

metadata:
  name: my_can_test
  format: "Lava-Test-Shell Test Definition 1.0"
  description: "my_can_test"
  version: 1.0

run:
  steps:
	- echo "CAN_tests"
	- lava-test-set start test_can_loopback_mode
	- ./common/scripts/test_can_loopback_mode.sh
	- lava-test-set stop
	- lava-test-set start test_can_send_receive
	- ./common/scripts/test_can_send_receive.sh
	- lava-test-set stop
	- lava-test-set start test_stats
	- ./common/scripts/test_stats.sh
	- lava-test-set stop
	- lava-test-set start test_can_modules
	- ./common/scripts/test_can_modules.sh
	- lava-test-set stop
	- lava-test-set start test_can_bitrate
	- ./comon/scripts/test_can_bitrate.sh
	- lava-test-set stop