diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-06-19 17:16:49 +0000 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-06-19 17:16:49 +0000 |
commit | a959a7a547a0f3dcc61c5a00ee6ef0652c54788f (patch) | |
tree | 2985828d66f138bd400b2bd2c58abea78e5cb2ff /test/afb-test/etc/aft-agl-network.json | |
parent | 089807fbbc4429ede68ef4fa846367345259de36 (diff) |
Revert "tests: network: Add test bindings for agl-service-network"
This reverts commit 089807fbbc4429ede68ef4fa846367345259de36.
I need to revert this as it breaks the build and CI due to the failures described in:
Bug-AGL: SPEC-2539
Change-Id: Id117df8d3197095efb41967147db1334827d3f80
Diffstat (limited to 'test/afb-test/etc/aft-agl-network.json')
-rw-r--r-- | test/afb-test/etc/aft-agl-network.json | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/test/afb-test/etc/aft-agl-network.json b/test/afb-test/etc/aft-agl-network.json deleted file mode 100644 index 495249a..0000000 --- a/test/afb-test/etc/aft-agl-network.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "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-network", - "info": "AFB-test binding configuration file to test network api.", - "require": [ - "network-manager" - ] - }, - "testVerb": { - "uid": "launch_all_tests", - "info": "Launch all the tests", - "action": "lua://AFT#_launch_test", - "args": { - "trace": "network", - "files": ["network.lua"] - } - } -} |