aboutsummaryrefslogtreecommitdiffstats
path: root/test-suites/short-smoke/can_if_hw_connection.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'test-suites/short-smoke/can_if_hw_connection.yaml')
-rw-r--r--test-suites/short-smoke/can_if_hw_connection.yaml21
1 files changed, 21 insertions, 0 deletions
diff --git a/test-suites/short-smoke/can_if_hw_connection.yaml b/test-suites/short-smoke/can_if_hw_connection.yaml
new file mode 100644
index 0000000..acbd6a8
--- /dev/null
+++ b/test-suites/short-smoke/can_if_hw_connection.yaml
@@ -0,0 +1,21 @@
+# These tests are applicable if and only if the board to be used has two CAN interfaces.
+# These two interfaces should be wired to eachother.
+
+metadata:
+ name: can_if_hw_connection_test
+ format: "Lava-Test-Shell Test Definition 1.0"
+ description: "can_if_hw_connection_test"
+ version: 1.0
+
+run:
+ steps:
+ - echo "CAN_tests"
+ - 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_bitrate
+ - ./common/scripts/test_can_bitrate.sh
+ - lava-test-set stop