Closedown

This commit is contained in:
boccioli_m
2017-08-30 14:55:28 +02:00
parent bc83f13ad2
commit 8bbb74ce97
3 changed files with 3 additions and 4 deletions

View File

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

View File

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

View File

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