Change print before test
Fix filter test
Change-Id: Ie47732f8a5a21cb776719171615074506fbce7df
Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
_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
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()