aboutsummaryrefslogtreecommitdiffstats
path: root/test/afb-test/etc/aft-smixer-config.json
blob: 2a9ba1c16869b36b99d9d3320d6ce076eb505062 (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-4a-smixer",
        "info": "AFB-test binding configuration file to test ahl api.",
        "require": [
            "smixer"
        ]
    },
    "testVerb": {
        "uid": "launch_all_tests",
        "info": "Launch all the tests",
        "action": "lua://AFT#_launch_test",
        "args": {
            "trace": "smixer",
            "files": ["4a-softmixer_BasicAPITest.lua"]
        }
    }
}