Closedown

This commit is contained in:
boccioli_m
2015-09-04 15:23:01 +02:00
parent d7492922c7
commit 0bfa608385
4 changed files with 131 additions and 110 deletions

View File

@@ -32,7 +32,9 @@ class TestingTool:
import time
time.ctime()
now = time.strftime('%Y.%m.%d %H:%M:%S')
print now + ' ' + self.deviceName + ' - ' + self.testName + ': ' + str(text)
logText = now + ' ' + self.deviceName + ' - ' + self.testName + ': ' + str(text)
print logText
log(logText)
#prepare and send feedback to calling tool
# returnString = the string containing info on the test result