aboutsummaryrefslogtreecommitdiffstats
path: root/conf.d/controller/etc/aft-aftest.json
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2018-09-16 15:30:26 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2018-09-25 16:35:16 +0200
commitd2fbdb56883cb935b77d3dc04b5ab2f5d89a7b6f (patch)
tree071af8752a4be143818079e81c196c794be8a3bd /conf.d/controller/etc/aft-aftest.json
parentca9049abfcf30e4e7f817441b9b1eff3936d5bf7 (diff)
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 <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d/controller/etc/aft-aftest.json')
-rw-r--r--conf.d/controller/etc/aft-aftest.json22
1 files changed, 0 insertions, 22 deletions
diff --git a/conf.d/controller/etc/aft-aftest.json b/conf.d/controller/etc/aft-aftest.json
deleted file mode 100644
index 1a6c79a..0000000
--- a/conf.d/controller/etc/aft-aftest.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": "afTest",
- "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"]
- }
- }
-}