Startup
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
|
||||
###### DO NOT MODIFY THE CODE BELOW ######
|
||||
#########################################
|
||||
###### DO NOT MODIFY THE CODE BELOW #####
|
||||
#########################################
|
||||
global print_log, sendFeedback, inspect
|
||||
import sys, inspect, os, traceback
|
||||
|
||||
@@ -28,7 +29,9 @@ def startTest(testName, DEVICE, params):
|
||||
status = False
|
||||
#plot name to be given to the scan. Use: scan.setPlotName(plotName)
|
||||
plotName = DEVICE + ' - ' + testName
|
||||
#########################################
|
||||
###### WRITE YOUR CODE HERE BELOW #######
|
||||
#########################################
|
||||
print_log(testName, DEVICE, 'testpath A: ' + testPath )
|
||||
print_log(testName, DEVICE, 'parameters: ' + str(params) )
|
||||
print_log(testName, DEVICE, 'device: ' + DEVICE )
|
||||
@@ -107,8 +110,11 @@ def startTest(testName, DEVICE, params):
|
||||
ActualI.close()
|
||||
|
||||
scan.end()
|
||||
############# END OF YOUR CODE ###########
|
||||
###### DO NOT MODIFY THE CODE BELOW ######
|
||||
#########################################
|
||||
############# END OF YOUR CODE ##########
|
||||
#########################################
|
||||
###### DO NOT MODIFY THE CODE BELOW #####
|
||||
#########################################
|
||||
sendFeedback(testPath, testName, DEVICE, ret, status)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user