Closedown
This commit is contained in:
@@ -126,9 +126,8 @@ def startTest(testName, DEVICE, params):
|
||||
|
||||
#IMPORTANT: if the test was successful, write the report into the variables ret and success.
|
||||
#for example, write the following:
|
||||
ret = "Example - Test successful, here some detail: ..."
|
||||
success = True
|
||||
test.sendFeedback(ret, success)
|
||||
ret = "Example Test successful"
|
||||
success = True
|
||||
#once the test is finished, no need to do anything. The code below yours will do the rest.
|
||||
################ End of Example ##########
|
||||
|
||||
|
||||
Reference in New Issue
Block a user