Closedown

This commit is contained in:
boccioli_m
2017-10-20 15:34:39 +02:00
parent d959215f7f
commit b1f1d13323
7 changed files with 11 additions and 8 deletions
Binary file not shown.
+1 -1
View File
@@ -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
@@ -2,7 +2,7 @@
<!-- Copyright (c) 2015 Paul Scherrer Institute. All rights reserved. -->
<body>
<h2>Description</h2>
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)
<h2>Parameters</h2>
<table>
<tr><td><code>mode </code></td><td>[string] Betriebs mode</td></tr>
@@ -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 ##########
@@ -2,11 +2,14 @@
<!-- Copyright (c) 2015 Paul Scherrer Institute. All rights reserved. -->
<body>
<h2>Description</h2>
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)
<h2>Parameters</h2>
<table>
<tr><td><code>setGetDelay </code></td><td>[s] delay between set and get</td></tr>
<tr><td><code>rpsAttribute</code></td><td>RPS EPICS attribute</td></tr>
<tr><td><code>rpsModule</code></td><td>RPS module EPICS channel name</td></tr>
<tr><td><code>expectedValue2</code></td><td>[hex] expected value 2</td></tr>
<tr><td><code>expectedValue1</code></td><td>[hex] expected value 1</td></tr>
</table>
<h2>Contact</h2>
<a href="https://intranet.psi.ch/search/#?t=phonebook&q=boccioli_m">Marco Boccioli</a> <br/>
@@ -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 ##########
@@ -2,7 +2,7 @@
<!-- Copyright (c) 2015 Paul Scherrer Institute. All rights reserved. -->
<body>
<h2>Description</h2>
Interlock Limits for Ablenksmagnet
Interlock Limits for Ablenksmagnet (Test n. 2 in old caRPS_Tests)
<h2>Parameters</h2>
<table>
<tr><td><code>ilkInExpectedValS </code></td><td>[hex] Interlock Input expected value for small values of magnet</td></tr>