Closedown

This commit is contained in:
boccioli_m
2017-08-29 11:08:45 +02:00
parent a0e8ba9b70
commit ca38b8315b
3 changed files with 16 additions and 7 deletions
+9
View File
@@ -87,6 +87,15 @@ class TestingTool:
print now + ' ' + self.deviceName + ' - ' + self.testName + ': ' + 'cannot write Log in Data'
def printParameters(self, params):
"""
Print/log the pshell parameters
params = the JSON object with the parameters passed by pshell
"""
columnsFormat = '{0:10} {1:10} {2}'
self.log(columnsFormat.format("cedccewc", "23", "ewfe erfgerf ref erf"))
def sendFeedback(self, returnString, testPassed):
"""
Prepare and send feedback to calling tool