diff options
author | Leonid Lazarev <leonid.lazarev@orioninc.com> | 2020-07-09 16:59:44 +0300 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2020-09-23 16:16:32 +0000 |
commit | 08c57b7cc8ddcdbc40c65bd2c2cc40e7fda4d205 (patch) | |
tree | 7a77c4ae35888212ed323179c1f660bd0647cc1c /test/afb-test/etc/aft-agl-cloudproxy.json | |
parent | 2b1651215ca05273138e657d168676c5c22a13e5 (diff) |
Add tests for cloudproxy servicejellyfish_10.0.3jellyfish_10.0.2jellyfish_10.0.1jellyfish/10.0.3jellyfish/10.0.2jellyfish/10.0.110.0.310.0.210.0.1jellyfish
Test cases for basic functionality verification have been added.
Build of the application has been adapted for Cmake templates usage.
Bug-AGL: SPEC-3485
Change-Id: Iaa4a5e393ac9971be4176e90fa5aee10a4673cd3
Signed-off-by: Leonid Lazarev <leonid.lazarev@orioninc.com>
(cherry picked from commit 329d8ba3fb46b8afc803ad4a9b286cd26141f2f8)
Diffstat (limited to 'test/afb-test/etc/aft-agl-cloudproxy.json')
-rw-r--r-- | test/afb-test/etc/aft-agl-cloudproxy.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/test/afb-test/etc/aft-agl-cloudproxy.json b/test/afb-test/etc/aft-agl-cloudproxy.json new file mode 100644 index 0000000..be92ed7 --- /dev/null +++ b/test/afb-test/etc/aft-agl-cloudproxy.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-cloudproxy", + "info": "AFB-test binding configuration file to test cloudproxy api.", + "require": [ + "cloudproxy" + ] + }, + "testVerb": { + "uid": "launch_all_tests", + "info": "Launch all the tests", + "action": "lua://AFT#_launch_test", + "args": { + "trace": "cloudproxy", + "files": ["cloudproxy.lua"] + } + } +} |