Add tests for J1939 features.
[apps/agl-service-can-low-level.git] / test / afb-test / etc / aft-agl-service-low-can.json.in
1 {
2     "id": "http://iot.bzh/download/public/schema/json/ctl-schema.json#",
3     "$schema": "http://iot.bzh/download/public/schema/json/ctl-schema.json#",
4     "metadata": {
5         "uid": "Test",
6         "version": "1.0",
7         "api": "aft-low-can",
8         "info": "AFB-test binding configuration file to test low-can api.",
9         "require": [
10             "low-can"
11         ]
12     },
13     "testVerb": {
14         "uid": "launch_all_tests",
15         "info": "Launch all the tests",
16         "action": "lua://AFT#_launch_test",
17         "args": {
18             "trace": "low-can",
19             "files": ["low-can_BasicAPITest.lua", "low-can_FilterTest01.lua"@J1939_TEST_CONFFILE@]
20         }
21     }
22 }