Disable the can module unload/load test 54/23454/1 8.99.5 icefish/8.99.5 icefish_8.99.5
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Fri, 20 Dec 2019 23:27:20 +0000 (00:27 +0100)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Fri, 20 Dec 2019 23:27:37 +0000 (00:27 +0100)
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>
common/scripts/test_can_modules.sh
test-suites/short-smoke/test_can_loopback.yaml

index bf8ee37..87b2a86 100755 (executable)
@@ -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
index 7074a0d..484ced3 100644 (file)
@@ -12,6 +12,6 @@ run:
         - 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_modules
-        - ./common/scripts/test_can_modules.sh
-        - lava-test-set stop
\ No newline at end of file
+        #- lava-test-set start test_can_modules
+        #- ./common/scripts/test_can_modules.sh
+        #- lava-test-set stop
\ No newline at end of file