Closedown
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 #############
|
||||
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user