diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-07-09 18:22:05 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-07-10 17:12:34 +0200 |
commit | e5c8bc9c8a7eb93a3a0a875d3fb61485d3f00a03 (patch) | |
tree | 6595c948aa23b2bc630242cc22661c92749c8be5 /conf.d/controller/etc | |
parent | d24dfa5264b1a15837afbec40aa25cd4422d3eb2 (diff) |
Add the helloworld lua example code to the README
Change-Id: I29565b8b879ccac9fd8dfcdd6862fdb91cd60119
Signed-off-by: Corentin Le Gall <Nyt@clg.lorient.iot>
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d/controller/etc')
-rw-r--r-- | conf.d/controller/etc/aft-test.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf.d/controller/etc/aft-test.json b/conf.d/controller/etc/aft-test.json index 8c7b7da..b3da676 100644 --- a/conf.d/controller/etc/aft-test.json +++ b/conf.d/controller/etc/aft-test.json @@ -4,19 +4,19 @@ "metadata": { "uid": "Test", "version": "1.0", - "api": "afTest", + "api": "test", "info": "Binding made to tests other bindings", "require": [ "hello" ] }, - "testVerb": { + "onload": { "uid": "launch_all_tests", "info": "Launch all the tests", "action": "lua://AFT#_launch_test", "args": { "trace": "hello", - "files": "helloworld.lua" + "files": ["aftTest.lua","helloworld.lua"] } } } |