diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-10 16:34:57 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-24 14:04:10 +0200 |
commit | 11b35bf0b33c13d5b5a25dd4abaa2cd080794d0e (patch) | |
tree | c42224eff990636e26c8f35ab1b7b725220fb05b | |
parent | e82fde7d6f1b8714dfcf4eb0f77ae0f98d7f4636 (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: I0bc22920c05a349ca5800287170564e6a91ca24a
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r-- | conf.d/controller/etc/aft-afbtest.json | 14 |
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" } } |