Closedown
This commit is contained in:
@@ -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:
|
||||
Reference in New Issue
Block a user