From e8eba1c53e1bbccc8c3ae21958e885586bb3c260 Mon Sep 17 00:00:00 2001 From: 8000ff Date: Fri, 20 Jul 2018 10:47:28 +0200 Subject: Improved testing procedures - Deleted deprecated low-can-tests.lua - Renamed low-can-coverage.lua as it does not describe its purpose - Added 2 new canreplay files - Added new test file for testing subscription filters - Edited the test configuration to play the new test file Change-Id: I11315581a5fac7428ed17d3ef299a9f0e96ce7f4 Signed-off-by: 8000ff --- test/afb-test/etc/aft-low-can_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/afb-test/etc') diff --git a/test/afb-test/etc/aft-low-can_config.json b/test/afb-test/etc/aft-low-can_config.json index 7bf85dbf..3fd06d4c 100644 --- a/test/afb-test/etc/aft-low-can_config.json +++ b/test/afb-test/etc/aft-low-can_config.json @@ -16,7 +16,7 @@ "action": "lua://AFT#_launch_test", "args": { "trace": "low-can", - "files": "low-can-coverage.lua" + "files": ["low-can_BasicAPITest.lua", "low-can_FilterTest01.lua"] } } } -- cgit 1.2.3-korg