Closedown
This commit is contained in:
@@ -10,14 +10,12 @@ import sys, inspect, os, traceback
|
||||
|
||||
class TestingTool:
|
||||
|
||||
deviceName = ''
|
||||
testName = ''
|
||||
testPath = ''
|
||||
|
||||
def __init__(self, testName, testPath, deviceName):
|
||||
|
||||
def __init__(self, testName, testPath, deviceName, testParams):
|
||||
self.deviceName = deviceName
|
||||
self.testName = testName
|
||||
self.testPath = testPath
|
||||
self.testParams = testParams
|
||||
|
||||
#get specific test parameter
|
||||
#paramName = the name of the parameter for which the value must be read
|
||||
|
||||
Reference in New Issue
Block a user