Closedown
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user