From e5c8bc9c8a7eb93a3a0a875d3fb61485d3f00a03 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Mon, 9 Jul 2018 18:22:05 +0200 Subject: Add the helloworld lua example code to the README Change-Id: I29565b8b879ccac9fd8dfcdd6862fdb91cd60119 Signed-off-by: Corentin Le Gall Signed-off-by: Romain Forlot --- conf.d/controller/etc/aft-test.json | 6 +++--- 1 file changed, 3 insertions(+), 3 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 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"] } } } -- cgit 1.2.3-korg