aboutsummaryrefslogtreecommitdiffstats
path: root/test-suites/short-smoke/test_can.yaml
diff options
context:
space:
mode:
authorkhouloud touil <ktouil@baylibre.com>2018-07-12 10:36:46 +0200
committerkhouloud touil <ktouil@baylibre.com>2018-07-16 17:42:21 +0200
commitf48f8fed096c534b65a428c5c0618261ed1a04af (patch)
treed128886eebc6bfd2cd5ade7c85e60ff9905a5b49 /test-suites/short-smoke/test_can.yaml
parentd69c057664659f8139781c5e3b548d96228b722f (diff)
At first to be able to configure the can interfaces, we had to use the libsocketcan, but this lib should be used with canutils utilities, but a conflict happened between the canutils and the can-utils, so I had to fix the tests to be able to use only the can-utils utilities. This link for a LAVA test job for these tests: http://lava.baylibre.com:10080/scheduler/job/10883 Change-Id: I7b988496d6977d6d9d82f8f82b58520444dbc7d6 Signed-off-by: khouloud touil <ktouil@baylibre.com>
Diffstat (limited to 'test-suites/short-smoke/test_can.yaml')
-rw-r--r--test-suites/short-smoke/test_can.yaml32
1 files changed, 16 insertions, 16 deletions
diff --git a/test-suites/short-smoke/test_can.yaml b/test-suites/short-smoke/test_can.yaml
index a55eaab..4472018 100644
--- a/test-suites/short-smoke/test_can.yaml
+++ b/test-suites/short-smoke/test_can.yaml
@@ -8,19 +8,19 @@ metadata:
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
+ - 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