Closedown

This commit is contained in:
boccioli_m
2015-09-02 15:10:08 +02:00
parent 4fcfdb2ea9
commit e3eb187bd4

View File

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