From e3eb187bd4ecb7792bceff6bd3f49e9e9c17f754 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Wed, 2 Sep 2015 15:10:08 +0200 Subject: [PATCH] Closedown --- script/local.py | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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