Closedown

This commit is contained in:
boccioli_m
2017-08-29 11:22:34 +02:00
parent 21e1e7264f
commit 55207ec27f
3 changed files with 10 additions and 5 deletions
@@ -69,7 +69,8 @@ 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)
test.printParams()
# 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')) ;