This commit is contained in:
boccioli_m
2015-08-06 15:05:08 +02:00
parent 66bb1f2eee
commit dcede09caf

View File

@@ -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)