Closedown
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#TestingList for pshell: configuration properties
|
||||
#Wed Aug 30 10:29:11 CEST 2017
|
||||
#Wed Aug 30 10:33:48 CEST 2017
|
||||
customPanel=
|
||||
showEnabledTestsOnly=true
|
||||
listFilter=test-bx84
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#Tue Aug 29 14:40:54 CEST 2017
|
||||
#Wed Aug 30 10:33:46 CEST 2017
|
||||
name=rpstry
|
||||
parameters=delay\:.2\:delay between 2 steps;mask\:2\:bit mask;setVal\:10\:value to set;expectedVal\:1\:expected returned value;
|
||||
description=try to use pshell for rps test
|
||||
parameters=delay\:.2\:delay between 2 steps;setVal\:10\:value to set;expectedVal\:18.1859485365\:expected returned value;mask\:2\:bit mask;
|
||||
|
||||
@@ -114,7 +114,6 @@ def startTest(testName, DEVICE, params):
|
||||
else:
|
||||
ret = "Test failed, val expected: " + str(expectedVal) + " ; val received: " + str(motor_sta)
|
||||
success = False
|
||||
#test.sendFeedback(ret, success)
|
||||
# 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