From de3438a1e6522c6eb239b5642116a8652df3de23 Mon Sep 17 00:00:00 2001 From: Corentin Le Gall Date: Wed, 11 Jul 2018 15:56:16 +0200 Subject: 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 --- conf.d/controller/etc/aft-test.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf.d/controller/etc/aft-test.json') 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", -- cgit 1.2.3-korg