diff --git a/script/tests/tests/PS Tests/power-supply-A/power-supply-A.py b/script/tests/tests/PS Tests/power-supply-A/power-supply-A.py index 7caf586..faa331f 100644 --- a/script/tests/tests/PS Tests/power-supply-A/power-supply-A.py +++ b/script/tests/tests/PS Tests/power-supply-A/power-supply-A.py @@ -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)