Closedown

This commit is contained in:
boccioli_m
2015-09-04 11:49:10 +02:00
parent 6371d9c202
commit ea22b6e80b
9 changed files with 265 additions and 59 deletions
+5 -1
View File
@@ -18,6 +18,7 @@ def startTest(testName, DEVICE, params):
#init the testing tool class. It can be sued in the following ways:
test = TestingTool(testName, testPath, DEVICE, params)
################ END OF Init #####################
######### WRITE YOUR CODE HERE BELOW #############
"""
@@ -132,4 +133,7 @@ def startTest(testName, DEVICE, params):
#launch the test
startTest(test, device, parameters)
################ END OF Final ####################
#### IF NEEDED, ADD YOUR FUNCTIONS HERE BELOW ####
#def yourCustomFunction: