From 93d4066e6c61d6d9f8d25dd09f8edc85500a6aec Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Mon, 9 Oct 2017 14:49:06 +0200 Subject: [PATCH] Closedown --- script/local.py | 7 +++++++ script/tests/tests.properties | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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