From d23419e94d5edf4121226754aeb38a6bfdfcdf8b Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Thu, 11 Apr 2019 20:30:21 +0200 Subject: Cleaning and updating defaults config files This get rid of nonexistent binding and switch back to the basic configuration by default instead of the TXC one which is used for test purpose mainly since the TXC binding is emulated by the binding test framework. Bug-AGL: SPEC-2312 Change-Id: I7cfd4a9c56d1347bcf5c66d92f0762aa8961816f Signed-off-by: Romain Forlot --- test/afb-test/etc/sources-txc.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 test/afb-test/etc/sources-txc.json (limited to 'test/afb-test/etc/sources-txc.json') diff --git a/test/afb-test/etc/sources-txc.json b/test/afb-test/etc/sources-txc.json new file mode 100644 index 0000000..5f41370 --- /dev/null +++ b/test/afb-test/etc/sources-txc.json @@ -0,0 +1,17 @@ +{ + "$schema": "http://iot.bzh/download/public/schema/json/signal-composer-schema.json", + "sources": [ + { + "uid": "txc-binding-demo", + "api": "txc-binding", + "info": "Use txc-binding demo binding as signals provider", + "init": { + "action": "api://txc-binding#start", + "args": {"filename": "var/nyc-downtown-crosstown.json"} + }, + "getSignals": { + "action": "api://txc-binding#subscribe" + } + } + ] +} -- cgit 1.2.3-korg