Closedown
This commit is contained in:
@@ -75,7 +75,7 @@ class TestingTool:
|
||||
time.ctime()
|
||||
now = time.strftime('%Y.%m.%d %H:%M:%S')
|
||||
sev = ['INFO','WARN','ERRO']
|
||||
logText = sev[severity] + ' - ' + self.deviceName + self.testName + ': ' + str(text)
|
||||
logText = sev[severity] + ' - ' + self.deviceName + ' ' + self.testName + ': ' + str(text)
|
||||
print now + ' ' + logText
|
||||
try:
|
||||
log(logText)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#TestingList for pshell: configuration properties
|
||||
#Fri Oct 20 10:01:41 CEST 2017
|
||||
#Fri Oct 20 10:02:36 CEST 2017
|
||||
customPanel=
|
||||
showEnabledTestsOnly=true
|
||||
listFilter=rps-test
|
||||
|
||||
Reference in New Issue
Block a user