From 5663caee2540dbc769d39c1e255c35493169b037 Mon Sep 17 00:00:00 2001 From: Frederic Marec Date: Fri, 28 Sep 2018 09:01:04 +0200 Subject: 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 --- test/etc/aft-persistence-test.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 test/etc/aft-persistence-test.json (limited to '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 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 -- cgit 1.2.3-korg