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