diff --git a/script/local.py b/script/local.py index 90c4b65..9e145b2 100644 --- a/script/local.py +++ b/script/local.py @@ -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