Closedown

This commit is contained in:
boccioli_m
2017-10-13 15:11:51 +02:00
parent ee56a80465
commit 77bdaf3cf3
13 changed files with 34 additions and 38 deletions

Binary file not shown.

View File

@@ -1,5 +1,5 @@
#Fri Oct 13 11:25:53 CEST 2017
name=bis-BMA1
tests=RPS Tests Betriebsmode
parameters=channel&"PXXF\:VAL\:2"&"ssp";ds&"2,IQCOM,$BMA1,1,DIA"&"vla";
parameters=channel&"PXXF\:VAL\:2"&"ssp";mode&"2,IQCOM,$BMA1,1,DIA"&"vla";
description=rps section till BMA1

View File

@@ -1,5 +1,5 @@
#TestingList for pshell: configuration properties
#Fri Oct 13 14:23:21 CEST 2017
#Fri Oct 13 15:10:10 CEST 2017
customPanel=
showEnabledTestsOnly=true
listFilter=rps-test

View File

@@ -1,4 +1,4 @@
#Fri Oct 13 11:12:22 CEST 2017
name=Betriebsmode
parameters=mode&"2,IQCOM,$BMA1,1,DIA"&"[string] Betriebs mode";expectedVal14&"0x0000"&"[hex] Expected value for channels 1-4";expectedVal58&"0x0000"&"[hex] Expected value for channels 5-8";setGetDelay&"1000"&"[ms] delay between set and get";
description=betriebsmode
parameters=mode&"2,IQCOM,$BMA1,1,DIA"&"[string] Betriebsmode";expectedVal14&"0x0000"&"[hex] Expected value for channels 1-4";expectedVal58&"0x0000"&"[hex] Expected value for channels 5-8";setGetDelay&"1000"&"[ms] delay between set and get";
description=Verify that the different RPS Modes give correct Outputs on the RPS modules

View File

@@ -65,8 +65,9 @@ def startTest(testName, DEVICE, params):
########## Example (can be removed) ######
# print the list of parameters passed. If any error, stop and send feedback.
test.log("Example - Test name: " + test.getName())
test.log("Example - Device name: " + test.getDeviceName() )
test.log("")
test.log("========================================================================")
test.log("Test " + test.getName() + " for " + test.getDeviceName() )
try:
test.log("Running test with the following parameters:")
test.printParams()

View File

@@ -2,7 +2,7 @@
<!-- Copyright (c) 2015 Paul Scherrer Institute. All rights reserved. -->
<body>
<h2>Description</h2>
betriebsmode
Verify that the different RPS Modes give correct Outputs on the RPS modules
<h2>Parameters</h2>
<table>
<tr><td><code>mode </code></td><td>[string] Betriebs mode</td></tr>