From 23e350e7c5f193edd5944239f5a2e12af401c228 Mon Sep 17 00:00:00 2001 From: Arthur Guyader Date: Fri, 13 Dec 2019 13:47:05 +0100 Subject: tests: Test the value of signals decoded This commit adds test to check if the value of signals is well decoded. Change-Id: I64f489d6428bf593dfda08dc6aacbdacd9d18d73 Signed-off-by: Arthur Guyader Signed-off-by: Romain Forlot --- test/afb-test/etc/aft-agl-service-low-can.json.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/afb-test/etc/aft-agl-service-low-can.json.in') diff --git a/test/afb-test/etc/aft-agl-service-low-can.json.in b/test/afb-test/etc/aft-agl-service-low-can.json.in index 88bd9199..407600e3 100644 --- a/test/afb-test/etc/aft-agl-service-low-can.json.in +++ b/test/afb-test/etc/aft-agl-service-low-can.json.in @@ -16,7 +16,7 @@ "action": "lua://AFT#_launch_test", "args": { "trace": "low-can", - "files": ["low-can_BasicAPITest.lua", "low-can_FilterTest01.lua"@J1939_TEST_CONFFILE@] + "files": ["low-can_BasicAPITest.lua", "low-can_FilterTest01.lua", "low-can_ValueTestCan.lua"@J1939_TEST_CONFFILE@] } } } -- cgit 1.2.3-korg