aboutsummaryrefslogtreecommitdiffstats
path: root/test/afb-test/etc/aft-agl-weather.json
diff options
context:
space:
mode:
authorEdi Feschiyan <edi.feschiyan@konsulko.com>2019-04-25 22:02:05 +0300
committerEdi Feschiyan <edi.feschiyan@konsulko.com>2019-06-17 23:56:41 +0300
commit960e590d60f722b8dc4bb8d4d68462fc722572de (patch)
tree5e203f716cb00dbb332dbb8ff88e5c97051d6019 /test/afb-test/etc/aft-agl-weather.json
parent51b1c8317c918cf0abad847f8aa50583c540b4ba (diff)
Adding weather service tests
Bug-AGL: SPEC-2529 Change-Id: I45e875c7ee9b0b77b2d2fb6c94e4bbcf78c1e65d Signed-off-by: Edi Feschiyan <edi.feschiyan@konsulko.com>
Diffstat (limited to 'test/afb-test/etc/aft-agl-weather.json')
-rw-r--r--test/afb-test/etc/aft-agl-weather.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/test/afb-test/etc/aft-agl-weather.json b/test/afb-test/etc/aft-agl-weather.json
new file mode 100644
index 0000000..3d05fdf
--- /dev/null
+++ b/test/afb-test/etc/aft-agl-weather.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-weather",
+ "info": "AFB-test binding configuration file to test weather api.",
+ "require": [
+ ""
+ ]
+ },
+ "testVerb": {
+ "uid": "launch_all_tests",
+ "info": "Launch all the tests",
+ "action": "lua://AFT#_launch_test",
+ "args": {
+ "trace": "weather",
+ "files": ["weather.lua"]
+ }
+ }
+}