diff options
author | khouloud touil <ktouil@baylibre.com> | 2018-07-12 10:36:46 +0200 |
---|---|---|
committer | khouloud touil <ktouil@baylibre.com> | 2018-07-16 17:42:21 +0200 |
commit | f48f8fed096c534b65a428c5c0618261ed1a04af (patch) | |
tree | d128886eebc6bfd2cd5ade7c85e60ff9905a5b49 /test-suites/short-smoke | |
parent | d69c057664659f8139781c5e3b548d96228b722f (diff) |
Fix the CAN bus testsguppy_6.90.0guppy/6.90.0flounder_5.99.6flounder_5.99.5flounder_5.99.4flounder_5.99.3flounder_5.99.2flounder/5.99.6flounder/5.99.5flounder/5.99.4flounder/5.99.3flounder/5.99.26.90.05.99.65.99.55.99.45.99.35.99.2
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')
-rw-r--r-- | test-suites/short-smoke/test_can.yaml | 32 |
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 |