diff options
Diffstat (limited to 'common/scripts/test_can_modules.sh')
-rwxr-xr-x | common/scripts/test_can_modules.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common/scripts/test_can_modules.sh b/common/scripts/test_can_modules.sh index d6caf54..12e82ee 100755 --- a/common/scripts/test_can_modules.sh +++ b/common/scripts/test_can_modules.sh @@ -121,6 +121,11 @@ fi sleep 5 +#Make sure always that the can interface is down before +#starting the config step. +ip link set can0 down +ip link set can1 down + ip link set can0 type can bitrate 50000 if [ $? -eq 0 ];then lava-test-case canconfig_can0 --result pass |