From 7c40f31bad9fc7248c0cd4c86108bf865633ca55 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Tue, 29 Aug 2017 11:15:36 +0200 Subject: [PATCH] Closedown --- script/local.py | 2 +- script/tests/tests.properties | 2 +- script/tests/tests/sad/rightleft/rightleft.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/script/local.py b/script/local.py index f9054af..2bb26d3 100644 --- a/script/local.py +++ b/script/local.py @@ -87,7 +87,7 @@ class TestingTool: print now + ' ' + self.deviceName + ' - ' + self.testName + ': ' + 'cannot write Log in Data' - def printParameters(self, params): + def printParams(self, params): """ Print/log the pshell parameters params = the JSON object with the parameters passed by pshell diff --git a/script/tests/tests.properties b/script/tests/tests.properties index 3e69edb..9e0d251 100644 --- a/script/tests/tests.properties +++ b/script/tests/tests.properties @@ -1,5 +1,5 @@ #TestingList for pshell: configuration properties -#Tue Aug 29 11:13:17 CEST 2017 +#Tue Aug 29 11:13:34 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 3e317e2..647de5e 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.log(params) + test.printParams(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')) ;