35a58ac3a38f44eec94284b36c459e2a6dc1a721
[apps/agl-service-data-persistence.git] / test / etc / aft-persistence-test.json
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-persistence",
8         "info": "AFB-test binding configuration file to test persistence api.",
9         "require": [
10             "persistence"
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": "persistence",
19             "files": ["persistence_BasicAPITest.lua", "persistence_APITest.lua"]
20         }
21     }
22 }