diff --git a/script/local.py b/script/local.py index 1eb106c..ccec05c 100644 --- a/script/local.py +++ b/script/local.py @@ -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) \ No newline at end of file diff --git a/script/tests/tests.properties b/script/tests/tests.properties index ff17e39..2938e2e 100644 --- a/script/tests/tests.properties +++ b/script/tests/tests.properties @@ -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