From 99914a58a2d5b2638e2c1fdac5ca74a2d247e6fa Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Wed, 7 Nov 2018 10:54:01 +0100 Subject: First simple platform-info API implementation Bug-AGL: SPEC-1917 Change-Id: I300155302c9d69c6549ddabc6af53e2ad55eb18d Signed-off-by: Romain Forlot --- test/aft-info.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 test/aft-info.json (limited to 'test/aft-info.json') diff --git a/test/aft-info.json b/test/aft-info.json new file mode 100644 index 0000000..17251be --- /dev/null +++ b/test/aft-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-os-info", + "info": "AFB-test binding configuration file to test os-info api.", + "require": [ + "os-info" + ] + }, + "testVerb": { + "uid": "short", + "info": "Launch the basic API tests", + "action": "lua://AFT#_launch_test", + "args": { + "trace": "os-info", + "files": "aft-BasicAPITests.lua" + } + } +} + -- cgit 1.2.3-korg