diff options
author | Frederic Marec <frederic.marec@iot.bzh> | 2019-03-29 17:32:46 +0100 |
---|---|---|
committer | Frederic Marec <frederic.marec@iot.bzh> | 2019-04-23 14:36:24 +0200 |
commit | 311a3638d478523b8e57f4181615295f51555769 (patch) | |
tree | ff6bae697b81c3b19f09386abbeba89316c45584 /test/afb-test/etc/aft-agl-info.json | |
parent | 434c7a072e6abab27ef30dda3c35c1a0dcb41e24 (diff) |
Add test for platform-info binding
Change-Id: I5471075bd4bc1d6ac098224ef5f7d183ac9606e8
Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
Diffstat (limited to 'test/afb-test/etc/aft-agl-info.json')
-rw-r--r-- | test/afb-test/etc/aft-agl-info.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/test/afb-test/etc/aft-agl-info.json b/test/afb-test/etc/aft-agl-info.json new file mode 100644 index 0000000..24ca2d0 --- /dev/null +++ b/test/afb-test/etc/aft-agl-info.json @@ -0,0 +1,23 @@ +{ + "id": "http://iot.bzh/download/public/schema/json/ctl-schema.json#", + "$schema": "http://iot.bzh/download/public/schema/json/ctl-schema.json#", + "metadata": { + "uid": "OS Info binding Test", + "version": "1.0", + "api": "aft-platform-info", + "info": "AFB-test binding configuration file to test platform-info api.", + "require": [ + "platform-info" + ] + }, + "testVerb": { + "uid": "short", + "info": "Launch the basic API tests", + "action": "lua://AFT#_launch_test", + "args": { + "trace": "platform-info", + "files": "aft-BasicAPITests.lua" + } + } +} + |