Closedown
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
global sys, inspect, os, traceback
|
||||
import sys, inspect, os, traceback
|
||||
|
||||
import pio
|
||||
|
||||
def startTest(testName, DEVICE, params):
|
||||
"""
|
||||
@@ -14,6 +15,9 @@ 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:
|
||||
|
||||
Reference in New Issue
Block a user