summaryrefslogtreecommitdiffstats
path: root/conf.d/project/etc/aft-test.json
diff options
context:
space:
mode:
Diffstat (limited to 'conf.d/project/etc/aft-test.json')
-rw-r--r--conf.d/project/etc/aft-test.json22
1 files changed, 0 insertions, 22 deletions
diff --git a/conf.d/project/etc/aft-test.json b/conf.d/project/etc/aft-test.json
deleted file mode 100644
index eabe877..0000000
--- a/conf.d/project/etc/aft-test.json
+++ /dev/null
@@ -1,22 +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": "Test",
- "version": "1.0",
- "api": "test",
- "info": "Binding made to tests other bindings",
- "require": [
- "hello"
- ]
- },
- "testVerb": {
- "uid": "launch_all_tests",
- "info": "Launch all the tests",
- "action": "lua://AFT#_launch_test",
- "args": {
- "trace": "hello",
- "files": "helloworld.lua"
- }
- }
-}