From d2fbdb56883cb935b77d3dc04b5ab2f5d89a7b6f Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Sun, 16 Sep 2018 15:30:26 +0200 Subject: Rename test service api to be more discriminant. Using aftest and aft-aftest api name to self test was difficult because of searching file using the binder process name which could be the same although api name were diffirent. Change-Id: I20ef554d54ddc1cb5bd169d462558d78f2769668 Signed-off-by: Romain Forlot --- conf.d/controller/etc/aft-aft.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 conf.d/controller/etc/aft-aft.json (limited to 'conf.d/controller/etc/aft-aft.json') diff --git a/conf.d/controller/etc/aft-aft.json b/conf.d/controller/etc/aft-aft.json new file mode 100644 index 0000000..c541c2b --- /dev/null +++ b/conf.d/controller/etc/aft-aft.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", + "info": "Binding made to test other bindings", + "require": [ + "hello" + ] + }, + "testVerb": { + "uid": "launch_all_tests", + "info": "Launch all the tests", + "action": "lua://AFT#_launch_test", + "args": { + "trace": "hello", + "files": ["aftTest.lua","helloworld.lua"] + } + } +} -- cgit 1.2.3-korg