X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=test-suites%2Fshort-smoke%2Ftest_can.yaml;fp=test-suites%2Fshort-smoke%2Ftest_can.yaml;h=0000000000000000000000000000000000000000;hb=c532114e01614de3885686e849c59746003bfacf;hp=4472018a654629f3e057e74f455390abca046d63;hpb=4b263fd3625dbb9a2f30c77bbd8e49bde0bca967;p=src%2Fqa-testdefinitions.git diff --git a/test-suites/short-smoke/test_can.yaml b/test-suites/short-smoke/test_can.yaml deleted file mode 100644 index 4472018..0000000 --- a/test-suites/short-smoke/test_can.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# 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 - - ./common/scripts/test_can_bitrate.sh - - lava-test-set stop