From dc63d731f884da11cb0fc2d3b98eef5e2c2c07bc Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Fri, 29 Jun 2018 19:42:56 +0200 Subject: First draft for mock apis An m(ock)api is a plugin with its action as verb. About now the event listener is the same then the main api Change-Id: Iadbbb60cfbe9d5ef85801c346e6565ccde92b0c4 Signed-off-by: Romain Forlot --- conf.d/project/etc/test-config.json | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 conf.d/project/etc/test-config.json (limited to 'conf.d/project/etc/test-config.json') diff --git a/conf.d/project/etc/test-config.json b/conf.d/project/etc/test-config.json deleted file mode 100644 index fa26c5f..0000000 --- a/conf.d/project/etc/test-config.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "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": "test", - "info": "Binding made to tests other bindings", - "require": [ - "hello" - ] - }, - "onload": { - "uid": "launch_all_tests", - "info": "Launch all the tests", - "action": "lua://AFT#_launch_test", - "args": { - "trace": "hello", - "files": "helloworld.lua" - } - } -} -- cgit 1.2.3-korg