From 002d9182330712c14257ed18c79c33675237c097 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Wed, 10 Oct 2018 16:34:57 +0200 Subject: 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 --- conf.d/controller/etc/aft-afbtest.json | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'conf.d') 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" } } -- cgit 1.2.3-korg