aboutsummaryrefslogtreecommitdiffstats
path: root/test/etc/aft-persistence-test.json
diff options
context:
space:
mode:
authorFrederic Marec <frederic.marec@iot.bzh>2018-09-28 09:01:04 +0200
committerFrederic Marec <frederic.marec@iot.bzh>2018-09-28 16:07:21 +0200
commit5663caee2540dbc769d39c1e255c35493169b037 (patch)
tree9b2784c30f3c9a7619bfc94d08d4a04669a848dd /test/etc/aft-persistence-test.json
parentd0a4331afd096d89325c213d7e933e96bee5b722 (diff)
Add tests for data persistence binding
Add test tree structures Add tests for persistence binding Add dependency in README.md Change-Id: If3fa3450fa61cd7e440712354b123d02934e2488 Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
Diffstat (limited to 'test/etc/aft-persistence-test.json')
-rw-r--r--test/etc/aft-persistence-test.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/test/etc/aft-persistence-test.json b/test/etc/aft-persistence-test.json
new file mode 100644
index 0000000..9e5839c
--- /dev/null
+++ b/test/etc/aft-persistence-test.json
@@ -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