aboutsummaryrefslogtreecommitdiffstats
path: root/test/afb-test/etc/aft-iiodevices_config.json
diff options
context:
space:
mode:
authorFrederic Marec <frederic.marec@iot.bzh>2018-08-28 09:32:19 +0200
committerFrédéric Marec <frederic.marec@iot.bzh>2018-09-14 07:22:09 +0000
commit0648db82e6a5694befcf9e2fff25f4392e6814e1 (patch)
tree2b5bb1626ac3440c80862f68851c2abbe4e77861 /test/afb-test/etc/aft-iiodevices_config.json
parent0df0797006174dba63b30a49388eb20217932bee (diff)
Init test directory for iiodevices
Change-Id: I8b76687cfff4824d1d83a7f77336a136fa79b9d6 Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
Diffstat (limited to 'test/afb-test/etc/aft-iiodevices_config.json')
-rw-r--r--test/afb-test/etc/aft-iiodevices_config.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/test/afb-test/etc/aft-iiodevices_config.json b/test/afb-test/etc/aft-iiodevices_config.json
new file mode 100644
index 0000000..33bd7f7
--- /dev/null
+++ b/test/afb-test/etc/aft-iiodevices_config.json
@@ -0,0 +1,22 @@
+{
+ "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": "aft-iiodevices",
+ "info": "AFB-test binding configuration file to test iiodevices api.",
+ "require": [
+ "iiodevices"
+ ]
+ },
+ "testVerb": {
+ "uid": "launch_all_tests",
+ "info": "Launch all the tests",
+ "action": "lua://AFT#_launch_test",
+ "args": {
+ "trace": "iiodevices",
+ "files": ["iiodevices_BasicAPITest.lua"]
+ }
+ }
+}