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 | |
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')
-rw-r--r-- | test/afb-test/etc/CMakeLists.txt | 2 | ||||
-rw-r--r-- | test/afb-test/etc/aft-agl-service-low-can.json.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/afb-test/etc/CMakeLists.txt b/test/afb-test/etc/CMakeLists.txt index b4617ac8..bb7d3319 100644 --- a/test/afb-test/etc/CMakeLists.txt +++ b/test/afb-test/etc/CMakeLists.txt @@ -21,7 +21,7 @@ ################################################## PROJECT_TARGET_ADD(afb-test-config) if(WITH_FEATURE_J1939) - set(J1939_TEST_CONFFILE ",\"low-can_J1939Test.lua\"") + set(J1939_TEST_CONFFILE ",\"low-can_J1939Test.lua\",\"low-can_ValueJ1939Test.lua\"") endif() configure_file("aft-agl-service-low-can.json.in" "aft-agl-service-low-can.json") 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@] } } } |