Add tests for data persistence binding
[apps/agl-service-data-persistence.git] / test / etc / aft-persistence-test.json
diff --git a/test/etc/aft-persistence-test.json b/test/etc/aft-persistence-test.json
new file mode 100644 (file)
index 0000000..9e5839c
--- /dev/null
@@ -0,0 +1,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-persistence",
+        "info": "AFB-test binding configuration file to test persistence api.",
+        "require": [
+            "persistence"
+        ]
+    },
+    "testVerb": {
+        "uid": "launch_all_tests",
+        "info": "Launch all the tests",
+        "action": "lua://AFT#_launch_test",
+        "args": {
+            "trace": "persistence",
+            "files": ["persistence_BasicAPITest.lua"]
+        }
+    }
+}
\ No newline at end of file