Closedown
This commit is contained in:
@@ -116,3 +116,10 @@ class TestingTool:
|
||||
self.log('Return message: ' + returnString)
|
||||
ret = [self.testPath, self.deviceName, returnString, testPassed]
|
||||
set_return( ret)
|
||||
|
||||
class Pio:
|
||||
def __init__(self):
|
||||
self.log('ecco pio')
|
||||
|
||||
def log(self, text):
|
||||
print str(text)
|
||||
@@ -1,5 +1,5 @@
|
||||
#TestingList for pshell: configuration properties
|
||||
#Mon Oct 09 14:47:17 CEST 2017
|
||||
#Mon Oct 09 14:47:32 CEST 2017
|
||||
customPanel=
|
||||
showEnabledTestsOnly=true
|
||||
listFilter=rps-try
|
||||
|
||||
Reference in New Issue
Block a user