diff --git a/script/tests/config/rps-test b/script/tests/config/rps-test
index 4834d85..ff58d13 100644
Binary files a/script/tests/config/rps-test and b/script/tests/config/rps-test differ
diff --git a/script/tests/tests.properties b/script/tests/tests.properties
index 9c09ff8..dc3cdd8 100644
--- a/script/tests/tests.properties
+++ b/script/tests/tests.properties
@@ -1,5 +1,5 @@
#TestingList for pshell: configuration properties
-#Fri Oct 20 14:55:35 CEST 2017
+#Fri Oct 20 15:09:18 CEST 2017
customPanel=
showEnabledTestsOnly=true
listFilter=rps-test
diff --git a/script/tests/tests/RPS Tests Betriebsmode/Betriebsmode/help.html b/script/tests/tests/RPS Tests Betriebsmode/Betriebsmode/help.html
index 65fe035..adb0ce7 100644
--- a/script/tests/tests/RPS Tests Betriebsmode/Betriebsmode/help.html
+++ b/script/tests/tests/RPS Tests Betriebsmode/Betriebsmode/help.html
@@ -2,7 +2,7 @@
Description
-Verify that the different RPS Modes give correct Outputs on the RPS modules
+Verify that the different RPS Modes give correct Outputs on the RPS modules (Test n. 1 in old caRPS_Tests)
Parameters
mode | [string] Betriebs mode |
diff --git a/script/tests/tests/RPS Tests Diagnostic/Diagnostic/Diagnostic.py b/script/tests/tests/RPS Tests Diagnostic/Diagnostic/Diagnostic.py
index fc7066f..8abf082 100644
--- a/script/tests/tests/RPS Tests Diagnostic/Diagnostic/Diagnostic.py
+++ b/script/tests/tests/RPS Tests Diagnostic/Diagnostic/Diagnostic.py
@@ -110,7 +110,7 @@ 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: ..."
+ ret = "Success, nothing was done :-)"
success = True
# once the test is finished, no need to do anything. The code below yours will do the rest.
################ End of Example ##########
diff --git a/script/tests/tests/RPS Tests Diagnostic/Diagnostic/help.html b/script/tests/tests/RPS Tests Diagnostic/Diagnostic/help.html
index 9391d6f..c2f029f 100644
--- a/script/tests/tests/RPS Tests Diagnostic/Diagnostic/help.html
+++ b/script/tests/tests/RPS Tests Diagnostic/Diagnostic/help.html
@@ -2,11 +2,14 @@
Description
-Test interlocks of diagnostic modules by generating a pulse
+Test interlocks of diagnostic modules by generating a pulse (Test n. 5 in old caRPS_Tests)
Parameters
setGetDelay | [s] delay between set and get |
-
+rpsAttribute | RPS EPICS attribute |
+rpsModule | RPS module EPICS channel name |
+expectedValue2 | [hex] expected value 2 |
+expectedValue1 | [hex] expected value 1 |
Contact
Marco Boccioli
diff --git a/script/tests/tests/RPS Tests Interlocklilmits/RPSlimits/RPSlimits.py b/script/tests/tests/RPS Tests Interlocklilmits/RPSlimits/RPSlimits.py
index cbe8a8e..317e2cb 100644
--- a/script/tests/tests/RPS Tests Interlocklilmits/RPSlimits/RPSlimits.py
+++ b/script/tests/tests/RPS Tests Interlocklilmits/RPSlimits/RPSlimits.py
@@ -69,7 +69,7 @@ def startTest(testName, DEVICE, params):
try:
test.log("Running test with the following parameters:")
test.printParams()
- ret = 'aha!'
+ ret = 'Success, nothing was done :-)'
success = True
test.sendFeedback(ret, success)
return
@@ -159,7 +159,7 @@ def startTest(testName, DEVICE, params):
#ilkInCh.close()
#ilkOutCh.close()
- ret = "Example - Test successful, here some detail: ..."
+ ret = "Success, because..."
success = True
################ End of Example ##########
diff --git a/script/tests/tests/RPS Tests Interlocklilmits/RPSlimits/help.html b/script/tests/tests/RPS Tests Interlocklilmits/RPSlimits/help.html
index c05d24a..7a07635 100644
--- a/script/tests/tests/RPS Tests Interlocklilmits/RPSlimits/help.html
+++ b/script/tests/tests/RPS Tests Interlocklilmits/RPSlimits/help.html
@@ -2,7 +2,7 @@
Description
-Interlock Limits for Ablenksmagnet
+Interlock Limits for Ablenksmagnet (Test n. 2 in old caRPS_Tests)
Parameters
ilkInExpectedValS | [hex] Interlock Input expected value for small values of magnet |