Closedown

This commit is contained in:
boccioli_m
2017-10-09 14:41:47 +02:00
parent 183a1bf397
commit eb47116e39
2 changed files with 5 additions and 5 deletions

View File

@@ -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

View File

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