Closedown

This commit is contained in:
boccioli_m
2017-10-13 09:54:14 +02:00
parent 1eafa0cfc9
commit 8a5356725f
5 changed files with 13 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
#TestingList for pshell: configuration properties
#Fri Oct 13 09:43:13 CEST 2017
#Fri Oct 13 09:48:32 CEST 2017
customPanel=
showEnabledTestsOnly=
listFilter=rps-try

View File

@@ -1,4 +1,4 @@
#Thu Oct 12 16:38:34 CEST 2017
#Fri Oct 13 09:44:28 CEST 2017
name=jtr
parameters=dv&2,IQCOM,$GNT3,1,DIA\:23&fdv;
description=d v
parameters=a|2,IQCOM,$GNT3,1,DIA\:23|bla;
description=bla

View File

@@ -2,10 +2,10 @@
<!-- Copyright (c) 2015 Paul Scherrer Institute. All rights reserved. -->
<body>
<h2>Description</h2>
d v
bla
<h2>Parameters</h2>
<table>
<tr><td><code>dv </code></td><td>fdv</td></tr>
<tr><td><code>a </code></td><td>bla</td></tr>
</table>
<h2>Contact</h2>

View File

@@ -1,5 +1,5 @@
# Test name: jtr
# d v
# bla
# Copyright (c) 2015 Paul Scherrer Institute. All rights reserved.
###### Init - DO NOT MODIFY THE CODE BELOW ######
@@ -72,7 +72,7 @@ def startTest(testName, DEVICE, params):
test.printParams()
# If present, use the parameters here below for your test script.
# These parameters were automatically generated: you might need to change the casting.
dv = float(test.getParam('dv')) ;
a = float(test.getParam('a')) ;
except:
# test failed, write the report into the variables ret and success and send feedback:
ret = 'Could not retrieve testing parameters - ' + traceback.format_exc()