Closedown
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
#########################################
|
||||
###### DO NOT MODIFY THE CODE BELOW #####
|
||||
#########################################
|
||||
global print_log, sendFeedback, sys, inspect, os, traceback, testcommons
|
||||
import sys, inspect, os, traceback, testcommons
|
||||
global sendFeedback, sys, inspect, os, traceback
|
||||
import sys, inspect, os, traceback
|
||||
|
||||
def startTest(testName, DEVICE, params):
|
||||
#get the path of this script
|
||||
|
||||
import inspect
|
||||
testPath = inspect.getfile(inspect.currentframe())
|
||||
test = testcommons.TestingTool(testName, DEVICE, testPath)
|
||||
test = TestingTool(testName, DEVICE, testPath)
|
||||
test.print_pio()
|
||||
#by default, failed
|
||||
ret = 'Test failed'
|
||||
|
||||
Reference in New Issue
Block a user