From 311a3638d478523b8e57f4181615295f51555769 Mon Sep 17 00:00:00 2001 From: Frederic Marec Date: Fri, 29 Mar 2019 17:32:46 +0100 Subject: Add test for platform-info binding Change-Id: I5471075bd4bc1d6ac098224ef5f7d183ac9606e8 Signed-off-by: Frederic Marec --- test/aft-info.json | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 test/aft-info.json (limited to 'test/aft-info.json') diff --git a/test/aft-info.json b/test/aft-info.json deleted file mode 100644 index 17251be..0000000 --- a/test/aft-info.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "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