From eb47116e393e169fb87b7b7b94f7fdbb4eac8008 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Mon, 9 Oct 2017 14:41:47 +0200 Subject: [PATCH] Closedown --- script/tests/tests.properties | 2 +- script/tests/tests/sad/rpstry/rpstry.py | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/script/tests/tests.properties b/script/tests/tests.properties index b10d35b..836107d 100644 --- a/script/tests/tests.properties +++ b/script/tests/tests.properties @@ -1,5 +1,5 @@ #TestingList for pshell: configuration properties -#Mon Oct 09 14:34:35 CEST 2017 +#Mon Oct 09 14:41:43 CEST 2017 customPanel= showEnabledTestsOnly=true listFilter=rps-try diff --git a/script/tests/tests/sad/rpstry/rpstry.py b/script/tests/tests/sad/rpstry/rpstry.py index 3bd81ca..9351aea 100644 --- a/script/tests/tests/sad/rpstry/rpstry.py +++ b/script/tests/tests/sad/rpstry/rpstry.py @@ -15,17 +15,17 @@ def startTest(testName, DEVICE, params): # by default, assume the test failed: ret = 'Test failed' status = False - self.log('arriva pio') - p = pio() - self.log('passato pio') # put the whole custom code under try/catch. try: # get the path of this script: testPath = inspect.getfile(inspect.currentframe()) # init the testing tool class: test = TestingTool(testName, testPath, DEVICE, params) + test.log('arriva pio') + p = pio() + test.log('passato pio') -################ END OF Init ##################### + ################ END OF Init ##################### ######### WRITE YOUR CODE HERE BELOW ############# """