diff options
author | Corentin Le Gall <corentinlgs@gmail.com> | 2018-07-11 15:56:16 +0200 |
---|---|---|
committer | Corentin Le Gall <corentinlgs@gmail.com> | 2018-07-17 14:03:43 +0200 |
commit | de3438a1e6522c6eb239b5642116a8652df3de23 (patch) | |
tree | c21ae29a356e1ce6e2fa03dc616523c5187d8272 /conf.d/controller/etc | |
parent | e0a71da9fe0242a50a2d940597c46bb488c5ca84 (diff) |
README + helloworld: New test functions + doc
Fixed, tested and documented setBefore and setAfter functions.
Improved doc for updated functions in aft.lua.
Change-Id: Idc7ffc06e98ef7f6af1e06d9e6cda0dcbd4f97b8
Signed-off-by: Corentin Le Gall <corentinlgs@gmail.com>
Diffstat (limited to 'conf.d/controller/etc')
-rw-r--r-- | conf.d/controller/etc/aft-test.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf.d/controller/etc/aft-test.json b/conf.d/controller/etc/aft-test.json index b3da676..3df6ba1 100644 --- a/conf.d/controller/etc/aft-test.json +++ b/conf.d/controller/etc/aft-test.json @@ -4,13 +4,13 @@ "metadata": { "uid": "Test", "version": "1.0", - "api": "test", + "api": "afTest", "info": "Binding made to tests other bindings", "require": [ "hello" ] }, - "onload": { + "testVerb": { "uid": "launch_all_tests", "info": "Launch all the tests", "action": "lua://AFT#_launch_test", |