diff options
author | Edi Feschiyan <edi.feschiyan@konsulko.com> | 2019-06-13 16:08:15 +0300 |
---|---|---|
committer | Edi Feschiyan <edi.feschiyan@konsulko.com> | 2019-06-18 00:31:21 +0300 |
commit | b70b8c29fdf0c9f19b40cc5a6474ca1adf3cbae9 (patch) | |
tree | f960b04d239e75961b78c7cc14372a18b581cc31 /test/afb-test/etc/aft-agl-bluetooth-map.json | |
parent | 11282b3522d20b39775ce50655ad46ca36394cea (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.json | 22 |
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"] + } + } +} |