diff options
author | Arthur Guyader <arthur.guyader@iot.bzh> | 2019-12-13 13:47:05 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2020-01-09 16:25:36 +0100 |
commit | 23e350e7c5f193edd5944239f5a2e12af401c228 (patch) | |
tree | c8b9ad512863577437c973d7a2ddf377f1ea02b3 /test/afb-test/etc/aft-agl-service-low-can.json.in | |
parent | 03807d4379c31b345ea4d512305ed12757b63e53 (diff) |
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 <arthur.guyader@iot.bzh>
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'test/afb-test/etc/aft-agl-service-low-can.json.in')
-rw-r--r-- | test/afb-test/etc/aft-agl-service-low-can.json.in | 2 |
1 files changed, 1 insertions, 1 deletions
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@] } } } |