Closedown

This commit is contained in:
boccioli_m
2017-08-29 11:35:22 +02:00
parent 54f8be02ef
commit 4c26e8444e
3 changed files with 8 additions and 9 deletions
@@ -70,7 +70,8 @@ def startTest(testName, DEVICE, params):
try:
test.log("Running test with the following parameters:")
test.log(params)
test.printParams()
for key in params.keys():
test.log(key + params[key]['value'])
# 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')) ;