From 05b655cf70c10f8a0657444a0858ba8d717893e9 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Tue, 29 Aug 2017 11:13:12 +0200 Subject: [PATCH] Closedown --- script/tests/tests.properties | 2 +- script/tests/tests/sad/rightleft/rightleft.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/script/tests/tests.properties b/script/tests/tests.properties index 3e22004..e00ffde 100644 --- a/script/tests/tests.properties +++ b/script/tests/tests.properties @@ -1,5 +1,5 @@ #TestingList for pshell: configuration properties -#Tue Aug 29 11:09:10 CEST 2017 +#Tue Aug 29 11:10:28 CEST 2017 customPanel= showEnabledTestsOnly=true listFilter=test-bx84 diff --git a/script/tests/tests/sad/rightleft/rightleft.py b/script/tests/tests/sad/rightleft/rightleft.py index 647de5e..3e317e2 100644 --- a/script/tests/tests/sad/rightleft/rightleft.py +++ b/script/tests/tests/sad/rightleft/rightleft.py @@ -69,7 +69,7 @@ def startTest(testName, DEVICE, params): # test.log("Example - Device name: " + test.getDeviceName() ) try: test.log("Running test with the following parameters:") - test.printParams(params) + test.log(params) # If present, use the parameters here below for your test script. # These parameters were automatically generated: you might need to change the casting. delay = float(test.getParam('delay')) ; centre = float(test.getParam('centre')) ; moveAround = float(test.getParam('moveAround')) ; steps = float(test.getParam('steps')) ;