From: Jan-Simon Moeller Date: Thu, 28 Nov 2019 15:06:15 +0000 (+0000) Subject: Merge "SPEC-2996: handle rcar_can" X-Git-Tag: 8.99.2~3 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=3745cee489b181d3860f87ff1995353eddb456b0;p=src%2Fqa-testdefinitions.git Merge "SPEC-2996: handle rcar_can" --- 3745cee489b181d3860f87ff1995353eddb456b0 diff --cc common/scripts/test_can_modules.sh index 3b317af,2a16897..1a46034 --- a/common/scripts/test_can_modules.sh +++ b/common/scripts/test_can_modules.sh @@@ -48,9 -50,15 +50,15 @@@ remove_module c_can_platfor remove_module c_can - remove_module can_dev unload_can_dev_module + lsmod | grep -q rcar_can + if [ $? -eq 0 ];then + RCAR_CAN=1 + remove_module rcar_can + fi + + remove_module can_dev -ip -V | grep -q -i BusyBox +ip -V 2>&1 | grep -q -i BusyBox if [ $? -eq 0 ];then lava-test-case canconfig_can0 --result skip else