summaryrefslogtreecommitdiffstats
path: root/test/afb-test/etc/aft-agl-bluetooth-map.json
diff options
context:
space:
mode:
authorEdi Feschiyan <edi.feschiyan@konsulko.com>2019-06-13 16:08:15 +0300
committerEdi Feschiyan <edi.feschiyan@konsulko.com>2019-06-18 00:31:21 +0300
commitb70b8c29fdf0c9f19b40cc5a6474ca1adf3cbae9 (patch)
treef960b04d239e75961b78c7cc14372a18b581cc31 /test/afb-test/etc/aft-agl-bluetooth-map.json
parent11282b3522d20b39775ce50655ad46ca36394cea (diff)
Adding agl-service-bluetooth-map tests
Bug-AGL: SPEC-2530 Signed-off-by: Edi Feschiyan <edi.feschiyan@konsulko.com> Change-Id: Ia42ff3922d5d006d88f766fb9e75f1c57dc05d08
Diffstat (limited to 'test/afb-test/etc/aft-agl-bluetooth-map.json')
-rw-r--r--test/afb-test/etc/aft-agl-bluetooth-map.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/test/afb-test/etc/aft-agl-bluetooth-map.json b/test/afb-test/etc/aft-agl-bluetooth-map.json
new file mode 100644
index 0000000..47bc8ed
--- /dev/null
+++ b/test/afb-test/etc/aft-agl-bluetooth-map.json
@@ -0,0 +1,22 @@
+{
+ "id": "http://iot.bzh/download/public/schema/json/ctl-schema.json#",
+ "": "http://iot.bzh/download/public/schema/json/ctl-schema.json#",
+ "metadata": {
+ "uid": "Test",
+ "version": "1.0",
+ "api": "aft-bluetooth-map",
+ "info": "AFB-test binding configuration file to test bluetooth-map api.",
+ "require": [
+ "bluetooth-map"
+ ]
+ },
+ "testVerb": {
+ "uid": "launch_all_tests",
+ "info": "Launch all the tests",
+ "action": "lua://AFT#_launch_test",
+ "args": {
+ "trace": "bluetooth-map",
+ "files": ["bluetooth-map.lua"]
+ }
+ }
+}