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 ############# """