diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2019-12-21 00:27:20 +0100 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2019-12-21 00:27:37 +0100 |
commit | b97d26ef6e59fe9b783fc73a172ec49606b25bdd (patch) | |
tree | 7ced854afffbcf57d0fee7c9b5de2b1f55b994eb /common/scripts/test_can_modules.sh | |
parent | dcdb57fd23ef6a6049d6a6b107db962b56876b0a (diff) |
Disable the can module unload/load testicefish_8.99.5icefish/8.99.58.99.5
And also fix a logic bug in the test_can_modules.
The test can stay disabled. There is no need to unload the modules.
Bug-AGL: SPEC-3070
.
Change-Id: Ic94d5bb9cad3d6cdcbc6534cfc4003213ad82aaa
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'common/scripts/test_can_modules.sh')
-rwxr-xr-x | common/scripts/test_can_modules.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/scripts/test_can_modules.sh b/common/scripts/test_can_modules.sh index bf8ee37..87b2a86 100755 --- a/common/scripts/test_can_modules.sh +++ b/common/scripts/test_can_modules.sh @@ -1,7 +1,7 @@ #!/bin/sh RCAR_CAN=0 -CAN_BCM=1 +CAN_BCM=0 if [ ! -e /sys/class/net/can1 ];then lava-test-case show_can_modules --result skip |