From fd65ad40cb1a1b52b5207d45a58962b5f590046b Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Thu, 17 May 2018 02:32:11 +0200 Subject: Adding more material to do tests Make the lua interpreter find the luaunit module. Find a way to use it from the controller. Adding canreplayer file and write a script that could launch in background the canplayer. No process handling by now which have to done in the next step Change-Id: I2d35472ba0e2fbb03ead121ff2587d831fe4ff17 Signed-off-by: Romain Forlot --- conf.d/project/etc/test-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf.d/project/etc') diff --git a/conf.d/project/etc/test-config.json b/conf.d/project/etc/test-config.json index 8da0e1a..b0df78a 100644 --- a/conf.d/project/etc/test-config.json +++ b/conf.d/project/etc/test-config.json @@ -17,7 +17,7 @@ "onload": { "uid": "launch_all_tests", "info": "Launch all the tests", - "action": "lua://low-can-test#_launch_tests" + "action": "lua://low-can-test#_launch_test" }, "events":[ { -- cgit 1.2.3-korg