From 15d3a0730fd5ab4dc8c5c6d91dcc07de3a93e294 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Tue, 3 Jul 2018 12:35:57 +0200 Subject: Update onload to testVerb Then tests are executed at verb call instead of at the binding launch Change-Id: I133c203c28f561dd6d4242bf8c78bfcf71f73209 Signed-off-by: Romain Forlot --- conf.d/project/etc/aft-mapis.json | 2 +- conf.d/project/etc/aft-test.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'conf.d/project') diff --git a/conf.d/project/etc/aft-mapis.json b/conf.d/project/etc/aft-mapis.json index 4ecfbbb..edcfc87 100644 --- a/conf.d/project/etc/aft-mapis.json +++ b/conf.d/project/etc/aft-mapis.json @@ -10,7 +10,7 @@ "low-can" ] }, - "onload": { + "testVerb": { "uid": "launch_all_tests", "info": "Launch all the tests", "action": "lua://AFT#_launch_test", diff --git a/conf.d/project/etc/aft-test.json b/conf.d/project/etc/aft-test.json index fa26c5f..eabe877 100644 --- a/conf.d/project/etc/aft-test.json +++ b/conf.d/project/etc/aft-test.json @@ -10,7 +10,7 @@ "hello" ] }, - "onload": { + "testVerb": { "uid": "launch_all_tests", "info": "Launch all the tests", "action": "lua://AFT#_launch_test", -- cgit 1.2.3-korg