Fix low-can test sandbox/DDTLK/fix-tests
authorFrederic Marec <frederic.marec@iot.bzh>
Thu, 17 Oct 2019 15:09:50 +0000 (17:09 +0200)
committerFrederic Marec <frederic.marec@iot.bzh>
Thu, 17 Oct 2019 15:09:50 +0000 (17:09 +0200)
Change print before test
Fix filter test

Change-Id: Ie47732f8a5a21cb776719171615074506fbce7df
Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
test/afb-test/tests/low-can_BasicAPITest.lua
test/afb-test/tests/low-can_FilterTest01.lua

index 2076d87..8f44e4c 100644 (file)
@@ -26,7 +26,7 @@ print("##########################################\n")
 _AFT.setBeforeAll(function()
     local can = io.open("/sys/class/net/can0")
     if can == nil then
-        print("# You do not have 'can0' device set. Please run the following command:\n### sudo modprobe vcan; sudo ip link add can0 type vcan; sudo ip link set can0 up ")
+        print("# You do not have 'can0' device set. Please run the following command:\n### sudo modprobe vcan; sudo ip link add can0 type vcan; sudo ip link set can0 up; sudo ip link add can1 type vcan; sudo ip link set can1 up")
         return -1
     end
     return 0
index 028358f..6ebb730 100644 (file)
@@ -93,7 +93,7 @@ _AFT.describe("Filter_Test_01/Step_3", function()
     local ret = os.execute("bash ".._AFT.bindingRootDir.."/var/replay_launcher.sh ".._AFT.bindingRootDir.."/var/testFilter01pass.canreplay");
     _AFT.assertIsTrue(ret)
 
-    _AFT.assertEvtGrpReceived({[api .."/"..evt]= 2}, 3000000)
+    _AFT.assertEvtGrpReceived({[api .."/"..evt]=1}, 3000000)
 end,
 nil,
 function()