aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2018-10-10 16:34:57 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2018-10-10 16:37:36 +0200
commit002d9182330712c14257ed18c79c33675237c097 (patch)
tree75e172ae3658578b05f85142a07b0b2f9cc31a10
parent7b69512a0d4ed9b994ec02ed7f9ae004e9533d1f (diff)
Clean the base afb-test binding's dependencies
Clean the base afb-test binding's dependencies on external apis. This will be needed to run it as a stand-alone service in the future. Change-Id: Ia708c4bfd6c674279b62df2c8fc38464567f23e8 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r--conf.d/controller/etc/aft-afbtest.json14
1 files changed, 1 insertions, 13 deletions
diff --git a/conf.d/controller/etc/aft-afbtest.json b/conf.d/controller/etc/aft-afbtest.json
index c541c2b..1b096e6 100644
--- a/conf.d/controller/etc/aft-afbtest.json
+++ b/conf.d/controller/etc/aft-afbtest.json
@@ -5,18 +5,6 @@
"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"]
- }
+ "info": "Binding made to test other bindings"
}
}