Closedown
This commit is contained in:
@@ -453,6 +453,7 @@ public class TestingListDetails extends javax.swing.JPanel {
|
||||
description = attributes.get("description");
|
||||
//build the python code for getting the test parameter
|
||||
sTestParameters = sTestParameters + name + VALUE_SEPARATOR + value + VALUE_SEPARATOR + description + PARAM_SEPARATOR ;
|
||||
System.out.println("sTestParameters: "+sTestParameters);
|
||||
}
|
||||
}
|
||||
FileInputStream in = new FileInputStream(path.toFile());
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#Mon Oct 16 14:37:25 CEST 2017
|
||||
#Mon Oct 16 14:49:07 CEST 2017
|
||||
name=bis-BMA1
|
||||
tests=RPS Tests Betriebsmode
|
||||
parameters=mode&"2,IQCOM,$BMA1,1,DIA"&"vla";channel&"PXXF\:VAL\:3"&"ssp";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";
|
||||
parameters=mode&2,IQCOM,$BMA1,1,DIA&vla;channel&PXXF\:VAL\:3&ssp;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=rps section till BMA1
|
||||
|
||||
Reference in New Issue
Block a user