This commit is contained in:
boccioli_m
2015-09-02 09:15:01 +02:00
parent 86ba17cdca
commit d60cd68812
104 changed files with 4334 additions and 3 deletions

View File

@@ -645,7 +645,7 @@ public class NewTest extends javax.swing.JPanel {
if (!success) {
// Directory creation failed
SwingUtils.showMessage(this, "generateTestFiles()", "Cannot create directory " + testDir.toString());
return;
return;
}
}
//generate device files inside device dir

View File

@@ -263,7 +263,7 @@ public class TestingList extends Panel {
case DEVICE_NAME:
case TEST_NAME:
val = "name";
break;
break;
case TEST_PARAMETERS:
val = "parameters";
break;

View File

@@ -251,7 +251,7 @@ public class TestingListDetails extends javax.swing.JPanel {
.addContainerGap())
);
}// </editor-fold>//GEN-END:initComponents
private void fillComponents(HashMap hDetails) {
//add values to each text box
this.txtDeviceName.setText(hDetails.get("deviceName").toString());

View File

@@ -0,0 +1,4 @@
#Tue Sep 01 14:05:29 CEST 2015
name=defev
tests=jojo
description=vvff

View File

@@ -0,0 +1,44 @@
Aug 28, 2015 5:36:37 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 28, 2015 5:40:20 PM TestingList loadTests
INFO: 16 tests loaded.
Aug 28, 2015 5:41:39 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 28, 2015 5:51:41 PM TestingList loadTests
INFO: 26 tests loaded.
Aug 28, 2015 5:52:30 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 28, 2015 5:58:06 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 28, 2015 5:58:10 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 28, 2015 5:59:04 PM TestingList$RunTest executeParallelTestsGroup
INFO: Running Test 'power-supply-A'. No parameters found.
Aug 28, 2015 5:59:04 PM TestingList$RunTest executeParallelTestsGroup
INFO: Running Test 'power-supply-B'. No parameters found.
Aug 28, 2015 5:59:04 PM TestingList$RunTest executeParallelTestsGroup
INFO: Running test 'Calibrate' with the following parameters: {repeatTimes={description=Repeat N times, value=2}, delayS={description=Delay between each initialisation [s], value=4}}
Aug 28, 2015 5:59:26 PM TestingList showResult
SEVERE: Failure - Device: PO2DV-NCS-LS; Test: .\\home\\script\\tests\\tests\\PS Tests\\power-supply-B\\power-supply-B.py; Result: ch.psi.pshell.scripting.StatementException: __builtin__.exception: Traceback (most recent call last):
File "<script>", line 656, in call
File "<script>", line 836, in run
File ".\home\script\tests\tests\PS Tests\power-supply-B\power-supply-B.py", line 111, in <module>
startTest(test, device, parameters)
File ".\home\script\tests\tests\PS Tests\power-supply-B\power-supply-B.py", line 56, in startTest
sendFeedback(testPath, testName, DEVICE, 'Unable to create channel - ' + traceback.format_exc(), False)
NameError: global name 'traceback' is not defined
Aug 28, 2015 5:59:26 PM TestingList showResult
SEVERE: Cant find Test: .\\home\\script\\tests\\tests\\PS Tests\\power-supply-B\\power-supply-B.py in table.
Aug 28, 2015 5:59:26 PM TestingList$RunTest executeParallelTestsGroup
INFO: Running test 'Check Linearity' with the following parameters: {repeatTimes={description=Repeat N times, value=2}, midPoint={description=Middle point A, value=41.0}, spanFromMidPoint={description=B steps around middle point A, value=3.0}, delayS={description=Delay between each oscillation [s], value=0}}
Aug 28, 2015 5:59:32 PM TestingList showResult
SEVERE: Failure - Device: PO2DV-NCS-LS; Test: Check Linearity; Result: Unable to create channel - Traceback (most recent call last):
File ".\home\script\tests\tests\Linear Slide Tests\Check Linearity\Check Linearity.py", line 59, in startTest
idInkr = Channel(DEVICE+':MOTOR.VAL', type = 'd')
File "<script>", line 588, in __init__
File "<script>", line 584, in create_channel
ChannelException: ch.psi.jcae.ChannelException: Unable to create channel PO2DV-NCS-LS:MOTOR.VAL
Aug 28, 2015 5:59:32 PM TestingList setToStopped
INFO: End of tests.

View File

@@ -0,0 +1,79 @@
Aug 28, 2015 6:02:06 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 28, 2015 6:02:18 PM TestingList$RunTest executeParallelTestsGroup
INFO: Running Test 'power-supply-A'. No parameters found.
Aug 28, 2015 6:02:18 PM TestingList$RunTest executeParallelTestsGroup
INFO: Running Test 'power-supply-B'. No parameters found.
Aug 28, 2015 6:02:18 PM TestingList$RunTest executeParallelTestsGroup
INFO: Running test 'Calibrate' with the following parameters: {repeatTimes={description=Repeat N times, value=2}, delayS={description=Delay between each initialisation [s], value=4}}
Aug 28, 2015 6:02:38 PM TestingList showResult
SEVERE: Failure - Device: PO2DV-NCS-VHQ1; Test: power-supply-A; Result: Unable to create channel - Traceback (most recent call last):
File ".\home\script\tests\tests\PS Tests\power-supply-A\power-supply-A.py", line 46, in startTest
SetRamp = Channel(DEVICE + ':Set-RampA', type = 'd')
File "<script>", line 588, in __init__
File "<script>", line 584, in create_channel
ChannelException: ch.psi.jcae.ChannelException: Unable to create channel PO2DV-NCS-VHQ1:Set-RampA
Aug 28, 2015 6:02:38 PM TestingList showResult
SEVERE: Failure - Device: PO2DV-NCS-LS; Test: Calibrate; Result: Unable to create channel - Traceback (most recent call last):
File ".\home\script\tests\tests\Linear Slide Tests\Calibrate\Calibrate.py", line 68, in startTest
idInit = Channel(DEVICE+':INIT.PROC', type = 'l')
File "<script>", line 588, in __init__
File "<script>", line 584, in create_channel
ChannelException: ch.psi.jcae.ChannelException: Unable to create channel PO2DV-NCS-LS:INIT.PROC
Aug 28, 2015 6:02:38 PM TestingList showResult
SEVERE: Failure - Device: PO2DV-NCS-VHQ1; Test: power-supply-B; Result: Unable to create channel - Traceback (most recent call last):
File ".\home\script\tests\tests\PS Tests\power-supply-B\power-supply-B.py", line 43, in startTest
SetRamp = Channel(DEVICE + ':Set-RampB', type = 'd')
File "<script>", line 588, in __init__
File "<script>", line 584, in create_channel
ChannelException: ch.psi.jcae.ChannelException: Unable to create channel PO2DV-NCS-VHQ1:Set-RampB
Aug 28, 2015 6:02:38 PM TestingList$RunTest executeParallelTestsGroup
INFO: Running test 'Check Linearity' with the following parameters: {repeatTimes={description=Repeat N times, value=2}, midPoint={description=Middle point A, value=41.0}, spanFromMidPoint={description=B steps around middle point A, value=3.0}, delayS={description=Delay between each oscillation [s], value=0}}
Aug 28, 2015 6:02:44 PM TestingList showResult
SEVERE: Failure - Device: PO2DV-NCS-LS; Test: Check Linearity; Result: Unable to create channel - Traceback (most recent call last):
File ".\home\script\tests\tests\Linear Slide Tests\Check Linearity\Check Linearity.py", line 59, in startTest
idInkr = Channel(DEVICE+':MOTOR.VAL', type = 'd')
File "<script>", line 588, in __init__
File "<script>", line 584, in create_channel
ChannelException: ch.psi.jcae.ChannelException: Unable to create channel PO2DV-NCS-LS:MOTOR.VAL
Aug 28, 2015 6:02:44 PM TestingList setToStopped
INFO: End of tests.
Aug 28, 2015 6:02:44 PM TestingList setToStopped
INFO: End of tests.
Aug 28, 2015 6:07:33 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 28, 2015 6:07:36 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 28, 2015 6:07:45 PM TestingList$RunTest executeParallelTestsGroup
INFO: Running Test 'Move Ref 1'. No parameters found.
Aug 28, 2015 6:07:45 PM TestingList showResult
SEVERE: Failure - Device: PROF02:DMAF1; Test: .\\home\\script\\tests\\tests\\Collimator Tests pro\\Move Ref 1\\Move Ref 1.py; Result: ch.psi.pshell.scripting.StatementException: __builtin__.syntaxerror: Traceback (most recent call last):
File "<script>", line 656, in call
File "<script>", line 836, in run
File ".\home\script\tests\tests\Collimator Tests pro\Move Ref 1\Move Ref 1.py", line 35
print_log(testName, DEVICE, 'testpath: ' + testPath )
^
SyntaxError: no viable alternative at input 'print_log'
Aug 28, 2015 6:07:45 PM TestingList showResult
SEVERE: Cant find Test: .\\home\\script\\tests\\tests\\Collimator Tests pro\\Move Ref 1\\Move Ref 1.py in table.
Aug 28, 2015 6:07:45 PM TestingList setToStopped
INFO: End of tests.
Aug 28, 2015 6:08:34 PM TestingList$RunTest executeParallelTestsGroup
INFO: Running Test 'Move Ref 1'. No parameters found.
Aug 28, 2015 6:08:40 PM TestingList showResult
SEVERE: Failure - Device: PROF02:DMAF1; Test: Move Ref 1; Result: Unable to create channel - Traceback (most recent call last):
File ".\home\script\tests\tests\Collimator Tests pro\Move Ref 1\Move Ref 1.py", line 44, in startTest
idCom = Channel(DEVICE+':COM:2', type = 'd') #current position as from motor step counter [mm]
File "<script>", line 588, in __init__
File "<script>", line 584, in create_channel
ChannelException: ch.psi.jcae.ChannelException: Unable to create channel PROF02:DMAF1:COM:2
Aug 28, 2015 6:08:40 PM TestingList setToStopped
INFO: End of tests.
Aug 28, 2015 6:08:40 PM TestingList setToStopped
INFO: End of tests.

View File

@@ -0,0 +1,6 @@
Aug 31, 2015 9:18:42 AM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 11:04:18 AM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 11:04:30 AM TestingList loadTests
INFO: 10 tests loaded.

View File

@@ -0,0 +1,116 @@
Aug 31, 2015 11:10:47 AM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 11:16:34 AM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 1:59:31 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 2:00:34 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 2:02:21 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 2:06:38 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 2:07:43 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 2:07:44 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 2:17:28 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 2:20:48 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 2:21:46 PM TestingList loadTests
INFO: 12 tests loaded.
Aug 31, 2015 2:46:50 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 2:47:32 PM TestingList loadTests
INFO: 24 tests loaded.
Aug 31, 2015 2:47:50 PM TestingList setToStopped
INFO: End of tests.
Aug 31, 2015 2:49:27 PM TestingList loadTests
INFO: 24 tests loaded.
Aug 31, 2015 2:55:43 PM TestingList loadTests
INFO: 24 tests loaded.
Aug 31, 2015 2:56:49 PM TestingList loadTests
INFO: 25 tests loaded.
Aug 31, 2015 3:03:19 PM TestingList loadTests
INFO: 25 tests loaded.
Aug 31, 2015 3:03:57 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 3:05:00 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 3:05:03 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 3:05:41 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:06:08 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 3:16:34 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 3:17:52 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:33:49 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:37:26 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:48:36 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:51:16 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:52:37 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:53:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:54:21 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:55:17 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:55:56 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:57:23 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:59:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:07 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:19 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:40 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:02:38 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:04:38 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:06:07 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:10:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:12:32 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:13:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:15:00 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:19:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:23:02 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:25:23 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:27:35 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:28:01 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:35:52 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:37:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:38:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:41:26 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:43:04 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:49:20 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 4:54:20 PM TestingList loadTests
INFO: 10 tests loaded.

View File

@@ -0,0 +1,114 @@
Aug 31, 2015 11:16:34 AM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 1:59:31 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 2:00:34 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 2:02:21 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 2:06:38 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 2:07:43 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 2:07:44 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 2:17:28 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 2:20:48 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 2:21:46 PM TestingList loadTests
INFO: 12 tests loaded.
Aug 31, 2015 2:46:50 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 2:47:32 PM TestingList loadTests
INFO: 24 tests loaded.
Aug 31, 2015 2:47:50 PM TestingList setToStopped
INFO: End of tests.
Aug 31, 2015 2:49:27 PM TestingList loadTests
INFO: 24 tests loaded.
Aug 31, 2015 2:55:43 PM TestingList loadTests
INFO: 24 tests loaded.
Aug 31, 2015 2:56:49 PM TestingList loadTests
INFO: 25 tests loaded.
Aug 31, 2015 3:03:19 PM TestingList loadTests
INFO: 25 tests loaded.
Aug 31, 2015 3:03:57 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 3:05:00 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 3:05:03 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 3:05:41 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:06:08 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 3:16:34 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 3:17:52 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:33:49 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:37:26 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:48:36 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:51:16 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:52:37 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:53:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:54:21 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:55:17 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:55:56 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:57:23 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:59:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:07 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:19 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:40 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:02:38 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:04:38 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:06:07 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:10:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:12:32 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:13:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:15:00 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:19:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:23:02 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:25:23 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:27:35 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:28:01 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:35:52 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:37:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:38:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:41:26 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:43:04 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:49:20 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 4:54:20 PM TestingList loadTests
INFO: 10 tests loaded.

View File

@@ -0,0 +1,112 @@
Aug 31, 2015 1:59:31 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 2:00:34 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 2:02:21 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 2:06:38 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 2:07:43 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 2:07:44 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 2:17:28 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 2:20:48 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 2:21:46 PM TestingList loadTests
INFO: 12 tests loaded.
Aug 31, 2015 2:46:50 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 2:47:32 PM TestingList loadTests
INFO: 24 tests loaded.
Aug 31, 2015 2:47:50 PM TestingList setToStopped
INFO: End of tests.
Aug 31, 2015 2:49:27 PM TestingList loadTests
INFO: 24 tests loaded.
Aug 31, 2015 2:55:43 PM TestingList loadTests
INFO: 24 tests loaded.
Aug 31, 2015 2:56:49 PM TestingList loadTests
INFO: 25 tests loaded.
Aug 31, 2015 3:03:19 PM TestingList loadTests
INFO: 25 tests loaded.
Aug 31, 2015 3:03:57 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 3:05:00 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 3:05:03 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 3:05:41 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:06:08 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 3:16:34 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 3:17:52 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:33:49 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:37:26 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:48:36 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:51:16 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:52:37 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:53:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:54:21 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:55:17 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:55:56 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:57:23 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:59:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:07 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:19 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:40 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:02:38 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:04:38 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:06:07 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:10:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:12:32 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:13:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:15:00 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:19:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:23:02 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:25:23 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:27:35 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:28:01 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:35:52 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:37:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:38:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:41:26 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:43:04 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:49:20 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 4:54:20 PM TestingList loadTests
INFO: 10 tests loaded.

View File

@@ -0,0 +1,110 @@
Aug 31, 2015 2:00:34 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 2:02:21 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 2:06:38 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 2:07:43 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 2:07:44 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 2:17:28 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 2:20:48 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 2:21:46 PM TestingList loadTests
INFO: 12 tests loaded.
Aug 31, 2015 2:46:50 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 2:47:32 PM TestingList loadTests
INFO: 24 tests loaded.
Aug 31, 2015 2:47:50 PM TestingList setToStopped
INFO: End of tests.
Aug 31, 2015 2:49:27 PM TestingList loadTests
INFO: 24 tests loaded.
Aug 31, 2015 2:55:43 PM TestingList loadTests
INFO: 24 tests loaded.
Aug 31, 2015 2:56:49 PM TestingList loadTests
INFO: 25 tests loaded.
Aug 31, 2015 3:03:19 PM TestingList loadTests
INFO: 25 tests loaded.
Aug 31, 2015 3:03:57 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 3:05:00 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 3:05:03 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 3:05:41 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:06:08 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 3:16:34 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 3:17:52 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:33:49 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:37:26 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:48:36 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:51:16 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:52:37 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:53:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:54:21 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:55:17 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:55:56 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:57:23 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:59:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:07 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:19 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:40 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:02:38 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:04:38 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:06:07 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:10:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:12:32 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:13:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:15:00 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:19:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:23:02 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:25:23 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:27:35 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:28:01 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:35:52 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:37:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:38:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:41:26 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:43:04 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:49:20 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 4:54:20 PM TestingList loadTests
INFO: 10 tests loaded.

View File

@@ -0,0 +1,108 @@
Aug 31, 2015 2:02:21 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 2:06:38 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 2:07:43 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 2:07:44 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 2:17:28 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 2:20:48 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 2:21:46 PM TestingList loadTests
INFO: 12 tests loaded.
Aug 31, 2015 2:46:50 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 2:47:32 PM TestingList loadTests
INFO: 24 tests loaded.
Aug 31, 2015 2:47:50 PM TestingList setToStopped
INFO: End of tests.
Aug 31, 2015 2:49:27 PM TestingList loadTests
INFO: 24 tests loaded.
Aug 31, 2015 2:55:43 PM TestingList loadTests
INFO: 24 tests loaded.
Aug 31, 2015 2:56:49 PM TestingList loadTests
INFO: 25 tests loaded.
Aug 31, 2015 3:03:19 PM TestingList loadTests
INFO: 25 tests loaded.
Aug 31, 2015 3:03:57 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 3:05:00 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 3:05:03 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 3:05:41 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:06:08 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 3:16:34 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 3:17:52 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:33:49 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:37:26 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:48:36 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:51:16 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:52:37 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:53:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:54:21 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:55:17 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:55:56 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:57:23 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:59:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:07 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:19 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:40 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:02:38 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:04:38 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:06:07 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:10:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:12:32 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:13:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:15:00 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:19:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:23:02 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:25:23 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:27:35 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:28:01 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:35:52 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:37:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:38:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:41:26 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:43:04 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:49:20 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 4:54:20 PM TestingList loadTests
INFO: 10 tests loaded.

View File

@@ -0,0 +1,106 @@
Aug 31, 2015 2:06:38 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 2:07:43 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 2:07:44 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 2:17:28 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 2:20:48 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 2:21:46 PM TestingList loadTests
INFO: 12 tests loaded.
Aug 31, 2015 2:46:50 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 2:47:32 PM TestingList loadTests
INFO: 24 tests loaded.
Aug 31, 2015 2:47:50 PM TestingList setToStopped
INFO: End of tests.
Aug 31, 2015 2:49:27 PM TestingList loadTests
INFO: 24 tests loaded.
Aug 31, 2015 2:55:43 PM TestingList loadTests
INFO: 24 tests loaded.
Aug 31, 2015 2:56:49 PM TestingList loadTests
INFO: 25 tests loaded.
Aug 31, 2015 3:03:19 PM TestingList loadTests
INFO: 25 tests loaded.
Aug 31, 2015 3:03:57 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 3:05:00 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 3:05:03 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 3:05:41 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:06:08 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 3:16:34 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 3:17:52 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:33:49 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:37:26 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:48:36 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:51:16 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:52:37 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:53:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:54:21 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:55:17 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:55:56 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:57:23 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:59:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:07 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:19 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:40 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:02:38 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:04:38 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:06:07 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:10:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:12:32 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:13:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:15:00 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:19:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:23:02 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:25:23 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:27:35 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:28:01 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:35:52 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:37:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:38:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:41:26 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:43:04 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:49:20 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 4:54:20 PM TestingList loadTests
INFO: 10 tests loaded.

View File

@@ -0,0 +1,100 @@
Aug 31, 2015 2:17:28 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 2:20:48 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 2:21:46 PM TestingList loadTests
INFO: 12 tests loaded.
Aug 31, 2015 2:46:50 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 2:47:32 PM TestingList loadTests
INFO: 24 tests loaded.
Aug 31, 2015 2:47:50 PM TestingList setToStopped
INFO: End of tests.
Aug 31, 2015 2:49:27 PM TestingList loadTests
INFO: 24 tests loaded.
Aug 31, 2015 2:55:43 PM TestingList loadTests
INFO: 24 tests loaded.
Aug 31, 2015 2:56:49 PM TestingList loadTests
INFO: 25 tests loaded.
Aug 31, 2015 3:03:19 PM TestingList loadTests
INFO: 25 tests loaded.
Aug 31, 2015 3:03:57 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 3:05:00 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 3:05:03 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 3:05:41 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:06:08 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 3:16:34 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 3:17:52 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:33:49 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:37:26 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:48:36 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:51:16 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:52:37 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:53:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:54:21 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:55:17 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:55:56 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:57:23 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:59:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:07 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:19 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:40 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:02:38 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:04:38 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:06:07 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:10:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:12:32 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:13:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:15:00 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:19:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:23:02 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:25:23 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:27:35 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:28:01 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:35:52 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:37:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:38:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:41:26 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:43:04 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:49:20 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 4:54:20 PM TestingList loadTests
INFO: 10 tests loaded.

View File

@@ -0,0 +1,98 @@
Aug 31, 2015 2:20:48 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 2:21:46 PM TestingList loadTests
INFO: 12 tests loaded.
Aug 31, 2015 2:46:50 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 2:47:32 PM TestingList loadTests
INFO: 24 tests loaded.
Aug 31, 2015 2:47:50 PM TestingList setToStopped
INFO: End of tests.
Aug 31, 2015 2:49:27 PM TestingList loadTests
INFO: 24 tests loaded.
Aug 31, 2015 2:55:43 PM TestingList loadTests
INFO: 24 tests loaded.
Aug 31, 2015 2:56:49 PM TestingList loadTests
INFO: 25 tests loaded.
Aug 31, 2015 3:03:19 PM TestingList loadTests
INFO: 25 tests loaded.
Aug 31, 2015 3:03:57 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 3:05:00 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 3:05:03 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 3:05:41 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:06:08 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 3:16:34 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 3:17:52 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:33:49 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:37:26 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:48:36 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:51:16 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:52:37 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:53:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:54:21 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:55:17 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:55:56 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:57:23 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:59:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:07 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:19 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:40 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:02:38 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:04:38 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:06:07 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:10:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:12:32 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:13:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:15:00 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:19:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:23:02 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:25:23 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:27:35 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:28:01 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:35:52 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:37:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:38:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:41:26 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:43:04 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:49:20 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 4:54:20 PM TestingList loadTests
INFO: 10 tests loaded.

View File

@@ -0,0 +1,94 @@
Aug 31, 2015 2:46:50 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 2:47:32 PM TestingList loadTests
INFO: 24 tests loaded.
Aug 31, 2015 2:47:50 PM TestingList setToStopped
INFO: End of tests.
Aug 31, 2015 2:49:27 PM TestingList loadTests
INFO: 24 tests loaded.
Aug 31, 2015 2:55:43 PM TestingList loadTests
INFO: 24 tests loaded.
Aug 31, 2015 2:56:49 PM TestingList loadTests
INFO: 25 tests loaded.
Aug 31, 2015 3:03:19 PM TestingList loadTests
INFO: 25 tests loaded.
Aug 31, 2015 3:03:57 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 3:05:00 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 3:05:03 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 3:05:41 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:06:08 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 3:16:34 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 3:17:52 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:33:49 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:37:26 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:48:36 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:51:16 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:52:37 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:53:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:54:21 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:55:17 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:55:56 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:57:23 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:59:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:07 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:19 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:40 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:02:38 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:04:38 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:06:07 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:10:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:12:32 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:13:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:15:00 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:19:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:23:02 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:25:23 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:27:35 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:28:01 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:35:52 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:37:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:38:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:41:26 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:43:04 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:49:20 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 4:54:20 PM TestingList loadTests
INFO: 10 tests loaded.

View File

@@ -0,0 +1,88 @@
Aug 31, 2015 2:49:27 PM TestingList loadTests
INFO: 24 tests loaded.
Aug 31, 2015 2:55:43 PM TestingList loadTests
INFO: 24 tests loaded.
Aug 31, 2015 2:56:49 PM TestingList loadTests
INFO: 25 tests loaded.
Aug 31, 2015 3:03:19 PM TestingList loadTests
INFO: 25 tests loaded.
Aug 31, 2015 3:03:57 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 3:05:00 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 3:05:03 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 3:05:41 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:06:08 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 3:16:34 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 3:17:52 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:33:49 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:37:26 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:48:36 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:51:16 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:52:37 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:53:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:54:21 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:55:17 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:55:56 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:57:23 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:59:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:07 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:19 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:40 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:02:38 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:04:38 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:06:07 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:10:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:12:32 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:13:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:15:00 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:19:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:23:02 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:25:23 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:27:35 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:28:01 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:35:52 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:37:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:38:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:41:26 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:43:04 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:49:20 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 4:54:20 PM TestingList loadTests
INFO: 10 tests loaded.

View File

@@ -0,0 +1,86 @@
Aug 31, 2015 2:55:43 PM TestingList loadTests
INFO: 24 tests loaded.
Aug 31, 2015 2:56:49 PM TestingList loadTests
INFO: 25 tests loaded.
Aug 31, 2015 3:03:19 PM TestingList loadTests
INFO: 25 tests loaded.
Aug 31, 2015 3:03:57 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 3:05:00 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 3:05:03 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 3:05:41 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:06:08 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 3:16:34 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 3:17:52 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:33:49 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:37:26 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:48:36 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:51:16 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:52:37 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:53:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:54:21 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:55:17 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:55:56 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:57:23 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:59:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:07 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:19 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:40 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:02:38 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:04:38 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:06:07 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:10:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:12:32 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:13:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:15:00 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:19:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:23:02 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:25:23 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:27:35 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:28:01 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:35:52 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:37:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:38:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:41:26 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:43:04 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:49:20 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 4:54:20 PM TestingList loadTests
INFO: 10 tests loaded.

View File

@@ -0,0 +1,82 @@
Aug 31, 2015 3:03:19 PM TestingList loadTests
INFO: 25 tests loaded.
Aug 31, 2015 3:03:57 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 3:05:00 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 3:05:03 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 3:05:41 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:06:08 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 3:16:34 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 3:17:52 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:33:49 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:37:26 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:48:36 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:51:16 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:52:37 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:53:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:54:21 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:55:17 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:55:56 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:57:23 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:59:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:07 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:19 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:40 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:02:38 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:04:38 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:06:07 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:10:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:12:32 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:13:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:15:00 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:19:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:23:02 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:25:23 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:27:35 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:28:01 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:35:52 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:37:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:38:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:41:26 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:43:04 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:49:20 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 4:54:20 PM TestingList loadTests
INFO: 10 tests loaded.

View File

@@ -0,0 +1,80 @@
Aug 31, 2015 3:03:57 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 3:05:00 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 3:05:03 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 3:05:41 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:06:08 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 3:16:34 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 3:17:52 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:33:49 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:37:26 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:48:36 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:51:16 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:52:37 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:53:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:54:21 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:55:17 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:55:56 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:57:23 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:59:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:07 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:19 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:40 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:02:38 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:04:38 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:06:07 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:10:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:12:32 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:13:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:15:00 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:19:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:23:02 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:25:23 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:27:35 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:28:01 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:35:52 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:37:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:38:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:41:26 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:43:04 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:49:20 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 4:54:20 PM TestingList loadTests
INFO: 10 tests loaded.

View File

@@ -0,0 +1,76 @@
Aug 31, 2015 3:05:03 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 3:05:41 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:06:08 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 3:16:34 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 3:17:52 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:33:49 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:37:26 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:48:36 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:51:16 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:52:37 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:53:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:54:21 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:55:17 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:55:56 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:57:23 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:59:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:07 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:19 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:40 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:02:38 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:04:38 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:06:07 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:10:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:12:32 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:13:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:15:00 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:19:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:23:02 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:25:23 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:27:35 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:28:01 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:35:52 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:37:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:38:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:41:26 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:43:04 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:49:20 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 4:54:20 PM TestingList loadTests
INFO: 10 tests loaded.

View File

@@ -0,0 +1,70 @@
Aug 31, 2015 3:16:34 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 3:17:52 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:33:49 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:37:26 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:48:36 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:51:16 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:52:37 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:53:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:54:21 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:55:17 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:55:56 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:57:23 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:59:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:07 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:19 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:40 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:02:38 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:04:38 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:06:07 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:10:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:12:32 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:13:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:15:00 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:19:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:23:02 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:25:23 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:27:35 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:28:01 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:35:52 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:37:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:38:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:41:26 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:43:04 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:49:20 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 4:54:20 PM TestingList loadTests
INFO: 10 tests loaded.

View File

@@ -0,0 +1,68 @@
Aug 31, 2015 3:17:52 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:33:49 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:37:26 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:48:36 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:51:16 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:52:37 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:53:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:54:21 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:55:17 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:55:56 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:57:23 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:59:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:07 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:19 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:40 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:02:38 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:04:38 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:06:07 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:10:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:12:32 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:13:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:15:00 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:19:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:23:02 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:25:23 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:27:35 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:28:01 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:35:52 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:37:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:38:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:41:26 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:43:04 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:49:20 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 4:54:20 PM TestingList loadTests
INFO: 10 tests loaded.

View File

@@ -0,0 +1,66 @@
Aug 31, 2015 3:33:49 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:37:26 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:48:36 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:51:16 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:52:37 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:53:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:54:21 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:55:17 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:55:56 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:57:23 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:59:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:07 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:19 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:40 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:02:38 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:04:38 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:06:07 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:10:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:12:32 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:13:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:15:00 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:19:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:23:02 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:25:23 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:27:35 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:28:01 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:35:52 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:37:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:38:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:41:26 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:43:04 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:49:20 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 4:54:20 PM TestingList loadTests
INFO: 10 tests loaded.

View File

@@ -0,0 +1,64 @@
Aug 31, 2015 3:37:26 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:48:36 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:51:16 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:52:37 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:53:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:54:21 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:55:17 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:55:56 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:57:23 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:59:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:07 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:19 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:40 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:02:38 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:04:38 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:06:07 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:10:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:12:32 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:13:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:15:00 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:19:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:23:02 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:25:23 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:27:35 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:28:01 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:35:52 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:37:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:38:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:41:26 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:43:04 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:49:20 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 4:54:20 PM TestingList loadTests
INFO: 10 tests loaded.

View File

@@ -0,0 +1,62 @@
Aug 31, 2015 3:48:36 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:51:16 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:52:37 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:53:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:54:21 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:55:17 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:55:56 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:57:23 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:59:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:07 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:19 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:40 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:02:38 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:04:38 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:06:07 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:10:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:12:32 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:13:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:15:00 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:19:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:23:02 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:25:23 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:27:35 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:28:01 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:35:52 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:37:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:38:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:41:26 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:43:04 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:49:20 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 4:54:20 PM TestingList loadTests
INFO: 10 tests loaded.

View File

@@ -0,0 +1,60 @@
Aug 31, 2015 3:51:16 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:52:37 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:53:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:54:21 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:55:17 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:55:56 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:57:23 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:59:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:07 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:19 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:40 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:02:38 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:04:38 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:06:07 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:10:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:12:32 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:13:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:15:00 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:19:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:23:02 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:25:23 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:27:35 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:28:01 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:35:52 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:37:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:38:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:41:26 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:43:04 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:49:20 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 4:54:20 PM TestingList loadTests
INFO: 10 tests loaded.

View File

@@ -0,0 +1,58 @@
Aug 31, 2015 3:52:37 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:53:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:54:21 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:55:17 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:55:56 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:57:23 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:59:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:07 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:19 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:40 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:02:38 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:04:38 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:06:07 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:10:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:12:32 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:13:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:15:00 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:19:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:23:02 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:25:23 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:27:35 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:28:01 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:35:52 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:37:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:38:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:41:26 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:43:04 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:49:20 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 4:54:20 PM TestingList loadTests
INFO: 10 tests loaded.

View File

@@ -0,0 +1,56 @@
Aug 31, 2015 3:53:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:54:21 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:55:17 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:55:56 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:57:23 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:59:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:07 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:19 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:40 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:02:38 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:04:38 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:06:07 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:10:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:12:32 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:13:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:15:00 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:19:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:23:02 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:25:23 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:27:35 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:28:01 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:35:52 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:37:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:38:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:41:26 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:43:04 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:49:20 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 4:54:20 PM TestingList loadTests
INFO: 10 tests loaded.

View File

@@ -0,0 +1,54 @@
Aug 31, 2015 3:54:21 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:55:17 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:55:56 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:57:23 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:59:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:07 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:19 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:40 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:02:38 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:04:38 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:06:07 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:10:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:12:32 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:13:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:15:00 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:19:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:23:02 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:25:23 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:27:35 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:28:01 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:35:52 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:37:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:38:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:41:26 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:43:04 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:49:20 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 4:54:20 PM TestingList loadTests
INFO: 10 tests loaded.

View File

@@ -0,0 +1,52 @@
Aug 31, 2015 3:55:17 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:55:56 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:57:23 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:59:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:07 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:19 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:40 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:02:38 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:04:38 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:06:07 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:10:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:12:32 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:13:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:15:00 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:19:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:23:02 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:25:23 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:27:35 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:28:01 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:35:52 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:37:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:38:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:41:26 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:43:04 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:49:20 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 4:54:20 PM TestingList loadTests
INFO: 10 tests loaded.

View File

@@ -0,0 +1,50 @@
Aug 31, 2015 3:55:56 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:57:23 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:59:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:07 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:19 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:40 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:02:38 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:04:38 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:06:07 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:10:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:12:32 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:13:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:15:00 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:19:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:23:02 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:25:23 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:27:35 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:28:01 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:35:52 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:37:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:38:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:41:26 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:43:04 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:49:20 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 4:54:20 PM TestingList loadTests
INFO: 10 tests loaded.

View File

@@ -0,0 +1,48 @@
Aug 31, 2015 3:57:23 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 3:59:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:07 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:19 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:40 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:02:38 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:04:38 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:06:07 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:10:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:12:32 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:13:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:15:00 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:19:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:23:02 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:25:23 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:27:35 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:28:01 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:35:52 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:37:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:38:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:41:26 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:43:04 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:49:20 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 4:54:20 PM TestingList loadTests
INFO: 10 tests loaded.

View File

@@ -0,0 +1,46 @@
Aug 31, 2015 3:59:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:07 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:19 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:40 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:02:38 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:04:38 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:06:07 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:10:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:12:32 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:13:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:15:00 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:19:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:23:02 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:25:23 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:27:35 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:28:01 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:35:52 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:37:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:38:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:41:26 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:43:04 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:49:20 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 4:54:20 PM TestingList loadTests
INFO: 10 tests loaded.

View File

@@ -0,0 +1,44 @@
Aug 31, 2015 4:01:07 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:19 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:40 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:02:38 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:04:38 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:06:07 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:10:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:12:32 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:13:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:15:00 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:19:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:23:02 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:25:23 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:27:35 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:28:01 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:35:52 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:37:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:38:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:41:26 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:43:04 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:49:20 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 4:54:20 PM TestingList loadTests
INFO: 10 tests loaded.

View File

@@ -0,0 +1,42 @@
Aug 31, 2015 4:01:19 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:01:40 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:02:38 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:04:38 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:06:07 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:10:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:12:32 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:13:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:15:00 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:19:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:23:02 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:25:23 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:27:35 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:28:01 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:35:52 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:37:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:38:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:41:26 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:43:04 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:49:20 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 4:54:20 PM TestingList loadTests
INFO: 10 tests loaded.

View File

@@ -0,0 +1,40 @@
Aug 31, 2015 4:01:40 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:02:38 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:04:38 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:06:07 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:10:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:12:32 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:13:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:15:00 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:19:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:23:02 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:25:23 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:27:35 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:28:01 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:35:52 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:37:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:38:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:41:26 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:43:04 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:49:20 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 4:54:20 PM TestingList loadTests
INFO: 10 tests loaded.

View File

@@ -0,0 +1,38 @@
Aug 31, 2015 4:02:38 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:04:38 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:06:07 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:10:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:12:32 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:13:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:15:00 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:19:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:23:02 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:25:23 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:27:35 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:28:01 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:35:52 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:37:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:38:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:41:26 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:43:04 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:49:20 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 4:54:20 PM TestingList loadTests
INFO: 10 tests loaded.

View File

@@ -0,0 +1,36 @@
Aug 31, 2015 4:04:38 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:06:07 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:10:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:12:32 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:13:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:15:00 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:19:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:23:02 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:25:23 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:27:35 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:28:01 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:35:52 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:37:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:38:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:41:26 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:43:04 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:49:20 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 4:54:20 PM TestingList loadTests
INFO: 10 tests loaded.

View File

@@ -0,0 +1,34 @@
Aug 31, 2015 4:06:07 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:10:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:12:32 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:13:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:15:00 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:19:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:23:02 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:25:23 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:27:35 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:28:01 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:35:52 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:37:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:38:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:41:26 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:43:04 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:49:20 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 4:54:20 PM TestingList loadTests
INFO: 10 tests loaded.

View File

@@ -0,0 +1,32 @@
Aug 31, 2015 4:10:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:12:32 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:13:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:15:00 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:19:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:23:02 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:25:23 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:27:35 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:28:01 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:35:52 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:37:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:38:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:41:26 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:43:04 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:49:20 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 4:54:20 PM TestingList loadTests
INFO: 10 tests loaded.

View File

@@ -0,0 +1,30 @@
Aug 31, 2015 4:12:32 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:13:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:15:00 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:19:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:23:02 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:25:23 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:27:35 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:28:01 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:35:52 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:37:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:38:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:41:26 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:43:04 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:49:20 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 4:54:20 PM TestingList loadTests
INFO: 10 tests loaded.

View File

@@ -0,0 +1,28 @@
Aug 31, 2015 4:13:22 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:15:00 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:19:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:23:02 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:25:23 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:27:35 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:28:01 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:35:52 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:37:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:38:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:41:26 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:43:04 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:49:20 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 4:54:20 PM TestingList loadTests
INFO: 10 tests loaded.

View File

@@ -0,0 +1,26 @@
Aug 31, 2015 4:15:00 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:19:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:23:02 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:25:23 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:27:35 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:28:01 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:35:52 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:37:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:38:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:41:26 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:43:04 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:49:20 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 4:54:20 PM TestingList loadTests
INFO: 10 tests loaded.

View File

@@ -0,0 +1,24 @@
Aug 31, 2015 4:19:47 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:23:02 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:25:23 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:27:35 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:28:01 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:35:52 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:37:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:38:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:41:26 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:43:04 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:49:20 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 4:54:20 PM TestingList loadTests
INFO: 10 tests loaded.

View File

@@ -0,0 +1,22 @@
Aug 31, 2015 4:23:02 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:25:23 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:27:35 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:28:01 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:35:52 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:37:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:38:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:41:26 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:43:04 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:49:20 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 4:54:20 PM TestingList loadTests
INFO: 10 tests loaded.

View File

@@ -0,0 +1,20 @@
Aug 31, 2015 4:25:23 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:27:35 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:28:01 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:35:52 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:37:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:38:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:41:26 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:43:04 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:49:20 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 4:54:20 PM TestingList loadTests
INFO: 10 tests loaded.

View File

@@ -0,0 +1,18 @@
Aug 31, 2015 4:27:35 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:28:01 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:35:52 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:37:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:38:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:41:26 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:43:04 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:49:20 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 4:54:20 PM TestingList loadTests
INFO: 10 tests loaded.

View File

@@ -0,0 +1,16 @@
Aug 31, 2015 4:28:01 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:35:52 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:37:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:38:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:41:26 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:43:04 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:49:20 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 4:54:20 PM TestingList loadTests
INFO: 10 tests loaded.

View File

@@ -0,0 +1,14 @@
Aug 31, 2015 4:35:52 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:37:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:38:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:41:26 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:43:04 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:49:20 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 4:54:20 PM TestingList loadTests
INFO: 10 tests loaded.

View File

@@ -0,0 +1,12 @@
Aug 31, 2015 4:37:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:38:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:41:26 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:43:04 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:49:20 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 4:54:20 PM TestingList loadTests
INFO: 10 tests loaded.

View File

@@ -0,0 +1,10 @@
Aug 31, 2015 4:38:59 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:41:26 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:43:04 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:49:20 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 4:54:20 PM TestingList loadTests
INFO: 10 tests loaded.

View File

@@ -0,0 +1,8 @@
Aug 31, 2015 4:41:26 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:43:04 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:49:20 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 4:54:20 PM TestingList loadTests
INFO: 10 tests loaded.

View File

@@ -0,0 +1,6 @@
Aug 31, 2015 4:43:04 PM TestingList loadTests
INFO: 11 tests loaded.
Aug 31, 2015 4:49:20 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 4:54:20 PM TestingList loadTests
INFO: 10 tests loaded.

View File

@@ -0,0 +1,4 @@
Aug 31, 2015 4:49:20 PM TestingList loadTests
INFO: 10 tests loaded.
Aug 31, 2015 4:54:20 PM TestingList loadTests
INFO: 10 tests loaded.

View File

@@ -0,0 +1,2 @@
Aug 31, 2015 4:54:20 PM TestingList loadTests
INFO: 10 tests loaded.

View File

@@ -0,0 +1,340 @@
Sep 01, 2015 10:50:46 AM TestingList loadTests
INFO: 10 tests loaded.
Sep 01, 2015 10:52:30 AM TestingList$RunTest executeParallelTestsGroup
INFO: Running Test 'Calibrate'. No parameters found.
Sep 01, 2015 10:52:30 AM TestingList showResult
SEVERE: Failure - Device: PROF02:DMAF1; Test: .\\home\\script\\tests\\tests\\Collimator Tests pro\\Calibrate\\Calibrate.py; Result: ch.psi.pshell.scripting.StatementException: __builtin__.exception: Traceback (most recent call last):
File "<script>", line 656, in call
File "<script>", line 836, in run
File ".\home\script\tests\tests\Collimator Tests pro\Calibrate\Calibrate.py", line 31, in <module>
ret = 'Unable to create channel - ' + traceback.format_exc()
NameError: name 'traceback' is not defined
Sep 01, 2015 10:52:30 AM TestingList showResult
SEVERE: Cant find Test: .\\home\\script\\tests\\tests\\Collimator Tests pro\\Calibrate\\Calibrate.py in table.
Sep 01, 2015 10:52:30 AM TestingList$RunTest executeParallelTestsGroup
INFO: Running Test 'Drive Out'. No parameters found.
Sep 01, 2015 10:52:30 AM TestingList showResult
SEVERE: Failure - Device: PROF02:DMAF1; Test: .\\home\\script\\tests\\tests\\Collimator Tests pro\\Drive Out\\Drive Out.py; Result: ch.psi.pshell.scripting.StatementException: __builtin__.exception: Traceback (most recent call last):
File "<script>", line 656, in call
File "<script>", line 836, in run
File ".\home\script\tests\tests\Collimator Tests pro\Drive Out\Drive Out.py", line 35, in <module>
raise Exception('Unable to create channel - ' + traceback.format_exc())
Exception: Unable to create channel - Traceback (most recent call last):
File ".\home\script\tests\tests\Collimator Tests pro\Drive Out\Drive Out.py", line 10, in <module>
caput(DEVICE+':COM:2', 2)
NameError: name 'DEVICE' is not defined
Sep 01, 2015 10:52:30 AM TestingList showResult
SEVERE: Cant find Test: .\\home\\script\\tests\\tests\\Collimator Tests pro\\Drive Out\\Drive Out.py in table.
Sep 01, 2015 10:52:30 AM TestingList$RunTest executeParallelTestsGroup
INFO: Running test 'Monitor Movement' with the following parameters: {monitorTime={description=Monitor time interval [s], value=40}}
Sep 01, 2015 10:52:38 AM TestingList showResult
SEVERE: Failure - Device: PROF02:DMAF1; Test: Monitor Movement; Result: Unable to create channel - Traceback (most recent call last):
File ".\home\script\tests\tests\Collimator Tests pro\Monitor Movement\Monitor Movement.py", line 43, in startTest
idCom = Channel(DEVICE+':COM:2', type = 'd') #current position as from motor step counter [mm]
File "<script>", line 588, in __init__
File "<script>", line 584, in create_channel
ChannelException: ch.psi.jcae.ChannelException: Unable to create channel PROF02:DMAF1:COM:2
Sep 01, 2015 10:52:38 AM TestingList$RunTest executeParallelTestsGroup
INFO: Running Test 'power-supply-A'. No parameters found.
Sep 01, 2015 10:52:44 AM TestingList showResult
SEVERE: Failure - Device: PO2DV-NCS-VHQ1; Test: power-supply-A; Result: Unable to create channel - Traceback (most recent call last):
File ".\home\script\tests\tests\PS Tests\power-supply-A\power-supply-A.py", line 46, in startTest
SetRamp = Channel(DEVICE + ':Set-RampA', type = 'd')
File "<script>", line 588, in __init__
File "<script>", line 584, in create_channel
ChannelException: ch.psi.jcae.ChannelException: Unable to create channel PO2DV-NCS-VHQ1:Set-RampA
Sep 01, 2015 10:52:44 AM TestingList$RunTest executeParallelTestsGroup
INFO: Running Test 'power-supply-B'. No parameters found.
Sep 01, 2015 10:52:50 AM TestingList showResult
SEVERE: Failure - Device: PO2DV-NCS-VHQ1; Test: power-supply-B; Result: Unable to create channel - Traceback (most recent call last):
File ".\home\script\tests\tests\PS Tests\power-supply-B\power-supply-B.py", line 43, in startTest
SetRamp = Channel(DEVICE + ':Set-RampB', type = 'd')
File "<script>", line 588, in __init__
File "<script>", line 584, in create_channel
ChannelException: ch.psi.jcae.ChannelException: Unable to create channel PO2DV-NCS-VHQ1:Set-RampB
Sep 01, 2015 10:52:50 AM TestingList setToStopped
INFO: End of tests.
Sep 01, 2015 10:55:49 AM TestingList$RunTest executeParallelTestsGroup
INFO: Running Test 'Calibrate'. No parameters found.
Sep 01, 2015 10:55:55 AM TestingList showResult
SEVERE: Failure - Device: PROF02:DMAF1; Test: Calibrate; Result: Traceback (most recent call last):
File ".\home\script\tests\tests\Collimator Tests pro\Calibrate\Calibrate.py", line 61, in startTest
raise Exception('Unable to create channel - ' + traceback.format_exc())
Exception: Unable to create channel - Traceback (most recent call last):
File ".\home\script\tests\tests\Collimator Tests pro\Calibrate\Calibrate.py", line 36, in startTest
caput(DEVICE+':COM:2', 1)
File "<script>", line 558, in caput
ChannelException: ch.psi.jcae.ChannelException: Unable to create channel PROF02:DMAF1:COM:2
Sep 01, 2015 10:55:55 AM TestingList$RunTest executeParallelTestsGroup
INFO: Running Test 'Drive Out'. No parameters found.
Sep 01, 2015 10:55:55 AM TestingList showResult
SEVERE: Failure - Device: PROF02:DMAF1; Test: .\\home\\script\\tests\\tests\\Collimator Tests pro\\Drive Out\\Drive Out.py; Result: ch.psi.pshell.scripting.StatementException: __builtin__.exception: Traceback (most recent call last):
File "<script>", line 656, in call
File "<script>", line 836, in run
File ".\home\script\tests\tests\Collimator Tests pro\Drive Out\Drive Out.py", line 35, in <module>
raise Exception('Unable to create channel - ' + traceback.format_exc())
Exception: Unable to create channel - Traceback (most recent call last):
File ".\home\script\tests\tests\Collimator Tests pro\Drive Out\Drive Out.py", line 10, in <module>
caput(DEVICE+':COM:2', 2)
NameError: name 'DEVICE' is not defined
Sep 01, 2015 10:55:55 AM TestingList showResult
SEVERE: Cant find Test: .\\home\\script\\tests\\tests\\Collimator Tests pro\\Drive Out\\Drive Out.py in table.
Sep 01, 2015 10:55:55 AM TestingList$RunTest executeParallelTestsGroup
INFO: Running test 'Monitor Movement' with the following parameters: {monitorTime={description=Monitor time interval [s], value=40}}
Sep 01, 2015 10:56:01 AM TestingList showResult
SEVERE: Failure - Device: PROF02:DMAF1; Test: Monitor Movement; Result: Unable to create channel - Traceback (most recent call last):
File ".\home\script\tests\tests\Collimator Tests pro\Monitor Movement\Monitor Movement.py", line 43, in startTest
idCom = Channel(DEVICE+':COM:2', type = 'd') #current position as from motor step counter [mm]
File "<script>", line 588, in __init__
File "<script>", line 584, in create_channel
ChannelException: ch.psi.jcae.ChannelException: Unable to create channel PROF02:DMAF1:COM:2
Sep 01, 2015 10:56:01 AM TestingList$RunTest executeParallelTestsGroup
INFO: Running Test 'power-supply-A'. No parameters found.
Sep 01, 2015 10:56:07 AM TestingList showResult
SEVERE: Failure - Device: PO2DV-NCS-VHQ1; Test: power-supply-A; Result: Unable to create channel - Traceback (most recent call last):
File ".\home\script\tests\tests\PS Tests\power-supply-A\power-supply-A.py", line 46, in startTest
SetRamp = Channel(DEVICE + ':Set-RampA', type = 'd')
File "<script>", line 588, in __init__
File "<script>", line 584, in create_channel
ChannelException: ch.psi.jcae.ChannelException: Unable to create channel PO2DV-NCS-VHQ1:Set-RampA
Sep 01, 2015 10:56:07 AM TestingList$RunTest executeParallelTestsGroup
INFO: Running Test 'power-supply-B'. No parameters found.
Sep 01, 2015 10:56:13 AM TestingList showResult
SEVERE: Failure - Device: PO2DV-NCS-VHQ1; Test: power-supply-B; Result: Unable to create channel - Traceback (most recent call last):
File ".\home\script\tests\tests\PS Tests\power-supply-B\power-supply-B.py", line 43, in startTest
SetRamp = Channel(DEVICE + ':Set-RampB', type = 'd')
File "<script>", line 588, in __init__
File "<script>", line 584, in create_channel
ChannelException: ch.psi.jcae.ChannelException: Unable to create channel PO2DV-NCS-VHQ1:Set-RampB
Sep 01, 2015 10:56:13 AM TestingList setToStopped
INFO: End of tests.
Sep 01, 2015 10:56:53 AM TestingList$RunTest executeParallelTestsGroup
INFO: Running Test 'Calibrate'. No parameters found.
Sep 01, 2015 10:56:59 AM TestingList showResult
SEVERE: Failure - Device: PROF02:DMAF1; Test: Calibrate; Result: Traceback (most recent call last):
File ".\home\script\tests\tests\Collimator Tests pro\Calibrate\Calibrate.py", line 61, in startTest
raise Exception('Unable to create channel - ' + traceback.format_exc())
Exception: Unable to create channel - Traceback (most recent call last):
File ".\home\script\tests\tests\Collimator Tests pro\Calibrate\Calibrate.py", line 36, in startTest
caput(DEVICE+':COM:2', 1)
File "<script>", line 558, in caput
ChannelException: ch.psi.jcae.ChannelException: Unable to create channel PROF02:DMAF1:COM:2
Sep 01, 2015 10:56:59 AM TestingList$RunTest executeParallelTestsGroup
INFO: Running Test 'Drive Out'. No parameters found.
Sep 01, 2015 10:57:05 AM TestingList showResult
SEVERE: Failure - Device: PROF02:DMAF1; Test: Drive Out; Result: Traceback (most recent call last):
File ".\home\script\tests\tests\Collimator Tests pro\Drive Out\Drive Out.py", line 61, in startTest
raise Exception('Unable to create channel - ' + traceback.format_exc())
Exception: Unable to create channel - Traceback (most recent call last):
File ".\home\script\tests\tests\Collimator Tests pro\Drive Out\Drive Out.py", line 36, in startTest
caput(DEVICE+':COM:2', 2)
File "<script>", line 558, in caput
ChannelException: ch.psi.jcae.ChannelException: Unable to create channel PROF02:DMAF1:COM:2
Sep 01, 2015 10:57:05 AM TestingList$RunTest executeParallelTestsGroup
INFO: Running test 'Monitor Movement' with the following parameters: {monitorTime={description=Monitor time interval [s], value=40}}
Sep 01, 2015 10:57:11 AM TestingList showResult
SEVERE: Failure - Device: PROF02:DMAF1; Test: Monitor Movement; Result: Unable to create channel - Traceback (most recent call last):
File ".\home\script\tests\tests\Collimator Tests pro\Monitor Movement\Monitor Movement.py", line 43, in startTest
idCom = Channel(DEVICE+':COM:2', type = 'd') #current position as from motor step counter [mm]
File "<script>", line 588, in __init__
File "<script>", line 584, in create_channel
ChannelException: ch.psi.jcae.ChannelException: Unable to create channel PROF02:DMAF1:COM:2
Sep 01, 2015 10:57:11 AM TestingList$RunTest executeParallelTestsGroup
INFO: Running Test 'power-supply-A'. No parameters found.
Sep 01, 2015 10:57:17 AM TestingList showResult
SEVERE: Failure - Device: PO2DV-NCS-VHQ1; Test: power-supply-A; Result: Unable to create channel - Traceback (most recent call last):
File ".\home\script\tests\tests\PS Tests\power-supply-A\power-supply-A.py", line 46, in startTest
SetRamp = Channel(DEVICE + ':Set-RampA', type = 'd')
File "<script>", line 588, in __init__
File "<script>", line 584, in create_channel
ChannelException: ch.psi.jcae.ChannelException: Unable to create channel PO2DV-NCS-VHQ1:Set-RampA
Sep 01, 2015 10:57:17 AM TestingList$RunTest executeParallelTestsGroup
INFO: Running Test 'power-supply-B'. No parameters found.
Sep 01, 2015 10:57:23 AM TestingList showResult
SEVERE: Failure - Device: PO2DV-NCS-VHQ1; Test: power-supply-B; Result: Unable to create channel - Traceback (most recent call last):
File ".\home\script\tests\tests\PS Tests\power-supply-B\power-supply-B.py", line 43, in startTest
SetRamp = Channel(DEVICE + ':Set-RampB', type = 'd')
File "<script>", line 588, in __init__
File "<script>", line 584, in create_channel
ChannelException: ch.psi.jcae.ChannelException: Unable to create channel PO2DV-NCS-VHQ1:Set-RampB
Sep 01, 2015 10:57:23 AM TestingList setToStopped
INFO: End of tests.
Sep 01, 2015 10:57:23 AM TestingList setToStopped
INFO: End of tests.
Sep 01, 2015 10:58:22 AM TestingList$RunTest executeParallelTestsGroup
INFO: Running Test 'Calibrate'. No parameters found.
Sep 01, 2015 10:58:28 AM TestingList showResult
SEVERE: Failure - Device: PROF02:DMAF1; Test: Calibrate; Result: Unable to create channel - Traceback (most recent call last):
File ".\home\script\tests\tests\Collimator Tests pro\Calibrate\Calibrate.py", line 36, in startTest
caput(DEVICE+':COM:2', 1)
File "<script>", line 558, in caput
ChannelException: ch.psi.jcae.ChannelException: Unable to create channel PROF02:DMAF1:COM:2
Sep 01, 2015 10:58:28 AM TestingList$RunTest executeParallelTestsGroup
INFO: Running Test 'Drive Out'. No parameters found.
Sep 01, 2015 10:58:28 AM TestingList$RunTest executeParallelTestsGroup
INFO: Running test 'Monitor Movement' with the following parameters: {monitorTime={description=Monitor time interval [s], value=40}}
Sep 01, 2015 10:58:28 AM TestingList$RunTest executeParallelTestsGroup
INFO: Running Test 'power-supply-A'. No parameters found.
Sep 01, 2015 10:58:28 AM TestingList$RunTest executeParallelTestsGroup
INFO: Running Test 'power-supply-B'. No parameters found.
Sep 01, 2015 10:58:52 AM TestingList showResult
SEVERE: Failure - Device: PO2DV-NCS-VHQ1; Test: power-supply-A; Result: Unable to create channel - Traceback (most recent call last):
File ".\home\script\tests\tests\PS Tests\power-supply-A\power-supply-A.py", line 46, in startTest
SetRamp = Channel(DEVICE + ':Set-RampA', type = 'd')
File "<script>", line 588, in __init__
File "<script>", line 584, in create_channel
ChannelException: ch.psi.jcae.ChannelException: Unable to create channel PO2DV-NCS-VHQ1:Set-RampA
Sep 01, 2015 10:58:52 AM TestingList showResult
SEVERE: Failure - Device: PO2DV-NCS-VHQ1; Test: power-supply-B; Result: Unable to create channel - Traceback (most recent call last):
File ".\home\script\tests\tests\PS Tests\power-supply-B\power-supply-B.py", line 43, in startTest
SetRamp = Channel(DEVICE + ':Set-RampB', type = 'd')
File "<script>", line 588, in __init__
File "<script>", line 584, in create_channel
ChannelException: ch.psi.jcae.ChannelException: Unable to create channel PO2DV-NCS-VHQ1:Set-RampB
Sep 01, 2015 10:58:52 AM TestingList showResult
SEVERE: Failure - Device: PROF02:DMAF1; Test: Drive Out; Result: Unable to create channel - Traceback (most recent call last):
File ".\home\script\tests\tests\Collimator Tests pro\Drive Out\Drive Out.py", line 36, in startTest
caput(DEVICE+':COM:2', 2)
File "<script>", line 558, in caput
ChannelException: ch.psi.jcae.ChannelException: Unable to create channel PROF02:DMAF1:COM:2
Sep 01, 2015 10:58:52 AM TestingList showResult
SEVERE: Failure - Device: PROF02:DMAF1; Test: Monitor Movement; Result: Unable to create channel - Traceback (most recent call last):
File ".\home\script\tests\tests\Collimator Tests pro\Monitor Movement\Monitor Movement.py", line 43, in startTest
idCom = Channel(DEVICE+':COM:2', type = 'd') #current position as from motor step counter [mm]
File "<script>", line 588, in __init__
File "<script>", line 584, in create_channel
ChannelException: ch.psi.jcae.ChannelException: Unable to create channel PROF02:DMAF1:COM:2
Sep 01, 2015 10:58:52 AM TestingList setToStopped
INFO: End of tests.
Sep 01, 2015 10:58:52 AM TestingList setToStopped
INFO: End of tests.
Sep 01, 2015 11:07:15 AM TestingList$RunTest executeParallelTestsGroup
INFO: Running Test 'Drive Out'. No parameters found.
Sep 01, 2015 11:07:21 AM TestingList showResult
SEVERE: Failure - Device: PROF02:DMAF1; Test: Drive Out; Result: Unable to create channel - Traceback (most recent call last):
File ".\home\script\tests\tests\Collimator Tests pro\Drive Out\Drive Out.py", line 36, in startTest
caput(DEVICE+':COM:2', 2)
File "<script>", line 558, in caput
ChannelException: ch.psi.jcae.ChannelException: Unable to create channel PROF02:DMAF1:COM:2
Sep 01, 2015 11:07:21 AM TestingList setToStopped
INFO: End of tests.
Sep 01, 2015 11:07:21 AM TestingList setToStopped
INFO: End of tests.
Sep 01, 2015 11:07:26 AM TestingList$RunTest executeParallelTestsGroup
INFO: Running Test 'Drive Out'. No parameters found.
Sep 01, 2015 11:07:33 AM TestingList showResult
SEVERE: Failure - Device: PROF02:DMAF1; Test: Drive Out; Result: Unable to create channel - Traceback (most recent call last):
File ".\home\script\tests\tests\Collimator Tests pro\Drive Out\Drive Out.py", line 36, in startTest
caput(DEVICE+':COM:2', 2)
File "<script>", line 558, in caput
ChannelException: ch.psi.jcae.ChannelException: Unable to create channel PROF02:DMAF1:COM:2
Sep 01, 2015 11:07:33 AM TestingList setToStopped
INFO: End of tests.
Sep 01, 2015 11:07:33 AM TestingList setToStopped
INFO: End of tests.
Sep 01, 2015 11:08:14 AM TestingList$RunTest executeParallelTestsGroup
INFO: Running Test 'Drive Out'. No parameters found.
Sep 01, 2015 11:08:20 AM TestingList showResult
SEVERE: Failure - Device: PROF02:DMAF1; Test: Drive Out; Result: Unable to create channel - Traceback (most recent call last):
File ".\home\script\tests\tests\Collimator Tests pro\Drive Out\Drive Out.py", line 38, in startTest
caput(DEVICE+':COM:2', 2)
File "<script>", line 558, in caput
ChannelException: ch.psi.jcae.ChannelException: Unable to create channel PROF02:DMAF1:COM:2
Sep 01, 2015 11:08:20 AM TestingList setToStopped
INFO: End of tests.
Sep 01, 2015 11:08:20 AM TestingList setToStopped
INFO: End of tests.
Sep 01, 2015 11:13:18 AM TestingList$RunTest executeParallelTestsGroup
INFO: Running Test 'Calibrate'. No parameters found.
Sep 01, 2015 11:13:24 AM TestingList showResult
SEVERE: Failure - Device: PROF02:DMAF1; Test: Calibrate; Result: Unable to create channel - Traceback (most recent call last):
File ".\home\script\tests\tests\Collimator Tests pro\Calibrate\Calibrate.py", line 40, in startTest
caput(DEVICE+':COM:2', 1)
File "<script>", line 558, in caput
ChannelException: ch.psi.jcae.ChannelException: Unable to create channel PROF02:DMAF1:COM:2
Sep 01, 2015 11:13:24 AM TestingList$RunTest executeParallelTestsGroup
INFO: Running Test 'Drive Out'. No parameters found.
Sep 01, 2015 11:13:30 AM TestingList showResult
SEVERE: Failure - Device: PROF02:DMAF1; Test: Drive Out; Result: Unable to create channel - Traceback (most recent call last):
File ".\home\script\tests\tests\Collimator Tests pro\Drive Out\Drive Out.py", line 39, in startTest
caput(DEVICE+':COM:2', 2)
File "<script>", line 558, in caput
ChannelException: ch.psi.jcae.ChannelException: Unable to create channel PROF02:DMAF1:COM:2
Sep 01, 2015 11:13:30 AM TestingList setToStopped
INFO: End of tests.
Sep 01, 2015 11:13:30 AM TestingList setToStopped
INFO: End of tests.
Sep 01, 2015 11:14:00 AM TestingList$RunTest executeParallelTestsGroup
INFO: Running Test 'Calibrate'. No parameters found.
Sep 01, 2015 11:14:06 AM TestingList showResult
SEVERE: Failure - Device: PROF02:DMAF1; Test: Calibrate; Result: Unable to create channel - Traceback (most recent call last):
File ".\home\script\tests\tests\Collimator Tests pro\Calibrate\Calibrate.py", line 40, in startTest
caput(DEVICE+':COM:2', 1)
File "<script>", line 558, in caput
ChannelException: ch.psi.jcae.ChannelException: Unable to create channel PROF02:DMAF1:COM:2
Sep 01, 2015 11:14:06 AM TestingList$RunTest executeParallelTestsGroup
INFO: Running Test 'Drive Out'. No parameters found.
Sep 01, 2015 11:14:12 AM TestingList showResult
SEVERE: Failure - Device: PROF02:DMAF1; Test: Drive Out; Result: Unable to create channel - Traceback (most recent call last):
File ".\home\script\tests\tests\Collimator Tests pro\Drive Out\Drive Out.py", line 39, in startTest
caput(DEVICE+':COM:2', 2)
File "<script>", line 558, in caput
ChannelException: ch.psi.jcae.ChannelException: Unable to create channel PROF02:DMAF1:COM:2
Sep 01, 2015 11:14:12 AM TestingList setToStopped
INFO: End of tests.
Sep 01, 2015 11:14:12 AM TestingList setToStopped
INFO: End of tests.
Sep 01, 2015 11:22:48 AM TestingList loadTests
INFO: 10 tests loaded.
Sep 01, 2015 11:42:18 AM TestingList loadTests
INFO: 10 tests loaded.
Sep 01, 2015 11:43:46 AM TestingList loadTests
INFO: 10 tests loaded.
Sep 01, 2015 11:57:59 AM TestingList loadTests
INFO: 10 tests loaded.
Sep 01, 2015 1:52:42 PM TestingList loadTests
INFO: 10 tests loaded.
Sep 01, 2015 1:53:25 PM TestingList loadTests
INFO: 10 tests loaded.
Sep 01, 2015 1:53:39 PM TestingList loadTests
INFO: 10 tests loaded.
Sep 01, 2015 1:54:15 PM TestingList loadTests
INFO: 10 tests loaded.
Sep 01, 2015 2:03:42 PM TestingList loadTests
INFO: 10 tests loaded.
Sep 01, 2015 2:05:36 PM TestingList loadTests
INFO: 11 tests loaded.
Sep 01, 2015 3:27:25 PM TestingList loadTests
INFO: 12 tests loaded.

View File

@@ -0,0 +1,22 @@
Sep 01, 2015 11:22:48 AM TestingList loadTests
INFO: 10 tests loaded.
Sep 01, 2015 11:42:18 AM TestingList loadTests
INFO: 10 tests loaded.
Sep 01, 2015 11:43:46 AM TestingList loadTests
INFO: 10 tests loaded.
Sep 01, 2015 11:57:59 AM TestingList loadTests
INFO: 10 tests loaded.
Sep 01, 2015 1:52:42 PM TestingList loadTests
INFO: 10 tests loaded.
Sep 01, 2015 1:53:25 PM TestingList loadTests
INFO: 10 tests loaded.
Sep 01, 2015 1:53:39 PM TestingList loadTests
INFO: 10 tests loaded.
Sep 01, 2015 1:54:15 PM TestingList loadTests
INFO: 10 tests loaded.
Sep 01, 2015 2:03:42 PM TestingList loadTests
INFO: 10 tests loaded.
Sep 01, 2015 2:05:36 PM TestingList loadTests
INFO: 11 tests loaded.
Sep 01, 2015 3:27:25 PM TestingList loadTests
INFO: 12 tests loaded.

View File

@@ -0,0 +1,20 @@
Sep 01, 2015 11:42:18 AM TestingList loadTests
INFO: 10 tests loaded.
Sep 01, 2015 11:43:46 AM TestingList loadTests
INFO: 10 tests loaded.
Sep 01, 2015 11:57:59 AM TestingList loadTests
INFO: 10 tests loaded.
Sep 01, 2015 1:52:42 PM TestingList loadTests
INFO: 10 tests loaded.
Sep 01, 2015 1:53:25 PM TestingList loadTests
INFO: 10 tests loaded.
Sep 01, 2015 1:53:39 PM TestingList loadTests
INFO: 10 tests loaded.
Sep 01, 2015 1:54:15 PM TestingList loadTests
INFO: 10 tests loaded.
Sep 01, 2015 2:03:42 PM TestingList loadTests
INFO: 10 tests loaded.
Sep 01, 2015 2:05:36 PM TestingList loadTests
INFO: 11 tests loaded.
Sep 01, 2015 3:27:25 PM TestingList loadTests
INFO: 12 tests loaded.

View File

@@ -0,0 +1,18 @@
Sep 01, 2015 11:43:46 AM TestingList loadTests
INFO: 10 tests loaded.
Sep 01, 2015 11:57:59 AM TestingList loadTests
INFO: 10 tests loaded.
Sep 01, 2015 1:52:42 PM TestingList loadTests
INFO: 10 tests loaded.
Sep 01, 2015 1:53:25 PM TestingList loadTests
INFO: 10 tests loaded.
Sep 01, 2015 1:53:39 PM TestingList loadTests
INFO: 10 tests loaded.
Sep 01, 2015 1:54:15 PM TestingList loadTests
INFO: 10 tests loaded.
Sep 01, 2015 2:03:42 PM TestingList loadTests
INFO: 10 tests loaded.
Sep 01, 2015 2:05:36 PM TestingList loadTests
INFO: 11 tests loaded.
Sep 01, 2015 3:27:25 PM TestingList loadTests
INFO: 12 tests loaded.

View File

@@ -0,0 +1,16 @@
Sep 01, 2015 11:57:59 AM TestingList loadTests
INFO: 10 tests loaded.
Sep 01, 2015 1:52:42 PM TestingList loadTests
INFO: 10 tests loaded.
Sep 01, 2015 1:53:25 PM TestingList loadTests
INFO: 10 tests loaded.
Sep 01, 2015 1:53:39 PM TestingList loadTests
INFO: 10 tests loaded.
Sep 01, 2015 1:54:15 PM TestingList loadTests
INFO: 10 tests loaded.
Sep 01, 2015 2:03:42 PM TestingList loadTests
INFO: 10 tests loaded.
Sep 01, 2015 2:05:36 PM TestingList loadTests
INFO: 11 tests loaded.
Sep 01, 2015 3:27:25 PM TestingList loadTests
INFO: 12 tests loaded.

View File

@@ -0,0 +1,14 @@
Sep 01, 2015 1:52:42 PM TestingList loadTests
INFO: 10 tests loaded.
Sep 01, 2015 1:53:25 PM TestingList loadTests
INFO: 10 tests loaded.
Sep 01, 2015 1:53:39 PM TestingList loadTests
INFO: 10 tests loaded.
Sep 01, 2015 1:54:15 PM TestingList loadTests
INFO: 10 tests loaded.
Sep 01, 2015 2:03:42 PM TestingList loadTests
INFO: 10 tests loaded.
Sep 01, 2015 2:05:36 PM TestingList loadTests
INFO: 11 tests loaded.
Sep 01, 2015 3:27:25 PM TestingList loadTests
INFO: 12 tests loaded.

View File

@@ -0,0 +1,12 @@
Sep 01, 2015 1:53:25 PM TestingList loadTests
INFO: 10 tests loaded.
Sep 01, 2015 1:53:39 PM TestingList loadTests
INFO: 10 tests loaded.
Sep 01, 2015 1:54:15 PM TestingList loadTests
INFO: 10 tests loaded.
Sep 01, 2015 2:03:42 PM TestingList loadTests
INFO: 10 tests loaded.
Sep 01, 2015 2:05:36 PM TestingList loadTests
INFO: 11 tests loaded.
Sep 01, 2015 3:27:25 PM TestingList loadTests
INFO: 12 tests loaded.

View File

@@ -0,0 +1,10 @@
Sep 01, 2015 1:53:39 PM TestingList loadTests
INFO: 10 tests loaded.
Sep 01, 2015 1:54:15 PM TestingList loadTests
INFO: 10 tests loaded.
Sep 01, 2015 2:03:42 PM TestingList loadTests
INFO: 10 tests loaded.
Sep 01, 2015 2:05:36 PM TestingList loadTests
INFO: 11 tests loaded.
Sep 01, 2015 3:27:25 PM TestingList loadTests
INFO: 12 tests loaded.

View File

@@ -0,0 +1,8 @@
Sep 01, 2015 1:54:15 PM TestingList loadTests
INFO: 10 tests loaded.
Sep 01, 2015 2:03:42 PM TestingList loadTests
INFO: 10 tests loaded.
Sep 01, 2015 2:05:36 PM TestingList loadTests
INFO: 11 tests loaded.
Sep 01, 2015 3:27:25 PM TestingList loadTests
INFO: 12 tests loaded.

View File

@@ -0,0 +1,6 @@
Sep 01, 2015 2:03:42 PM TestingList loadTests
INFO: 10 tests loaded.
Sep 01, 2015 2:05:36 PM TestingList loadTests
INFO: 11 tests loaded.
Sep 01, 2015 3:27:25 PM TestingList loadTests
INFO: 12 tests loaded.

View File

@@ -0,0 +1,2 @@
Sep 01, 2015 3:27:25 PM TestingList loadTests
INFO: 12 tests loaded.

View File

@@ -0,0 +1,2 @@
Sep 02, 2015 9:01:18 AM TestingList loadTests
INFO: 12 tests loaded.

View File

@@ -0,0 +1,2 @@
Sep 02, 2015 9:05:32 AM TestingList loadTests
INFO: 12 tests loaded.

View File

@@ -0,0 +1,2 @@
Sep 02, 2015 9:13:15 AM TestingList loadTests
INFO: 12 tests loaded.

View File

@@ -0,0 +1,82 @@
#Script imported from: Drive Out.xml
import traceback
#by default, failed
ret = 'Test failed'
status = False
try:
#Pre-actions: 2 = drive out
caput(DEVICE+':COM:2', 2)
#Creating channels: dimension 1
#PseudoPositioner id000000
#ScalarDetector id000001
id000001 = Channel(DEVICE+':STA:1', type = 'd')
#ScalarDetector id000003
id000003 = Channel(DEVICE+':IST:2', type = 'd')
#ScalarDetector id000004
id000004 = Channel(DEVICE+':DIAM:2', type = 'd')
#ScalarDetector id000005
id000005 = Channel(DEVICE+':IST1:1', type = 'd')
#ScalarDetector id000006
id000006 = Channel(DEVICE+':IST1:2', type = 'd')
#ScalarDetector id000007
id000007 = Channel(DEVICE+':IST2:1', type = 'd')
#ScalarDetector id000008
id000008 = Channel(DEVICE+':IST2:2', type = 'd')
#ScalarDetector id000009
id000009 = Channel(DEVICE+':IST3:1', type = 'd')
#ScalarDetector id000010
id000010 = Channel(DEVICE+':IST3:2', type = 'd')
except:
print "Unexpected error:", sys.exc_info()[0]
ret = 'Unable to create channel - ' + traceback.format_exc()
success = False
raise Exception('Unable to create channel - ' + traceback.format_exc())
sys.exit()
#TODO: Set the diplay names of positioners and detectors
scan = ManualScan(['id000000'], ['id000001', 'id000003', 'id000004', 'id000005', 'id000006', 'id000007', 'id000008', 'id000009', 'id000010'] , [0.0], [3000.0], [3000])
scan.start()
#Dimension 1
#PseudoPositioner id000000
for setpoint1 in range(0, 3000):
readback1 = setpoint1
sleep( 0.1 ) # Settling time
#Detector id000001
detector1 = id000001.get()
#Detector id000003
detector2 = id000003.get()
#Detector id000004
detector3 = id000004.get()
#Detector id000005
detector4 = id000005.get()
#Detector id000006
detector5 = id000006.get()
#Detector id000007
detector6 = id000007.get()
#Detector id000008
detector7 = id000008.get()
#Detector id000009
detector8 = id000009.get()
#Detector id000010
detector9 = id000010.get()
scan.append ([setpoint1], [readback1], [detector1, detector2, detector3, detector4, detector5, detector6, detector7, detector8, detector9])
#Closing channels
id000001.close()
id000003.close()
id000004.close()
id000005.close()
id000006.close()
id000007.close()
id000008.close()
id000009.close()
id000010.close()
scan.end()
#return ok
ret = 'Slides moved out'
status = True

View File

@@ -0,0 +1,94 @@
###### DO NOT MODIFY THE CODE BELOW ######
global print_log, sendFeedback, inspect, log, sys, inspect, os, traceback
import sys, inspect, os, traceback
def startTest(testName, DEVICE, params):
#get the path of this script
testPath = inspect.getfile(inspect.currentframe())
#by default, failed
ret = 'Test failed'
status = False
#plot name to be given to the scan. Use: scan.setPlotName(plotName)
plotName = DEVICE + ' - ' + testName
###### WRITE YOUR CODE HERE BELOW #######
#get parameters from the calling interface
print_log(testName, DEVICE, 'testpath: ' + testPath )
print_log(testName, DEVICE, 'parameters:' + str( params) )
print_log(testName, DEVICE, 'device: ' + DEVICE )
scan = ManualScan(['time'], ['idMotorStep', 'idPotiPosition', 'idPotiRef1Position','idMotorStep-idPotiPosition'] , [0.0], [30.0], [20])
scan.setPlotName(plotName)
scan.start()
#Creating channels: dimension 1
try:
idCom = Channel(DEVICE+':COM:2', type = 'd') #current position as from motor step counter [mm]
idMotorStep = Channel(DEVICE+':IST3:2', type = 'd') #current position as from motor step counter [mm]
idPotiPosFromBeam = Channel(DEVICE+':IST1:2', type = 'd') #current position from beam as from potentiometer [mm]
idPotiPosition = Channel(DEVICE+':IST2:1', type = 'd') #current position as from potentiometer [mm]
idPotiRef1Position = Channel(DEVICE+':REF1:1', type = 'd') #R1 position as from potentiometer [mm]
idPotiRef2Position = Channel(DEVICE+':REF2:1', type = 'd') #R2 position as from potentiometer [mm]
except:
sendFeedback(testPath, testName, DEVICE, 'Unable to create channel - ' + traceback.format_exc(), False)
#raise Exception('Unable to create channel - ' + traceback.format_exc())
return
monitorTime=40 #seconds
print_log(testName, DEVICE, 'Monitoring movement for ' + str(monitorTime) + 's')
#scan quickly the output during some seconds
detector4 = idPotiPosition.get()
detector6 = idPotiRef2Position.get()
timeElapsed=0
while timeElapsed<(monitorTime*10):
#Detector time
detector1 = float(java.lang.System.currentTimeMillis())
detector2 = idMotorStep.get()
detector3 = idPotiPosFromBeam.get()
detector4 = idPotiPosition.get()
detector5 = idPotiRef1Position.get()
detector6 = idPotiRef2Position.get()
diff1 = detector2-detector4
scan.append ([detector1], [detector1], [detector2, detector4, detector5, diff1])
sleep( 0.1 ) # Settling time
timeElapsed=timeElapsed+1
#Closing channels
idCom.close()
idMotorStep.close()
idPotiPosFromBeam.close()
idPotiPosition.close()
idPotiRef1Position.close()
idPotiRef2Position.close()
print_log(testName, DEVICE, 'End of Monitoring')
ret = 'End of Monitoring'
status = True
########## END OF YOUR CODE ###########
###### DO NOT MODIFY THE CODE BELOW ######
sendFeedback(testPath, testName, DEVICE, ret, status)
#prepare and send feedback to calling tool
def sendFeedback(testPath, testName, DEVICE, returnString, testPassed):
print_log(testName, DEVICE, 'End of test. Result:')
print_log(testName, DEVICE, 'Test path: ' + testPath)
print_log(testName, DEVICE, 'Test name: ' + testName )
print_log(testName, DEVICE, 'Device: ' + DEVICE)
print_log(testName, DEVICE, 'Test passed: ' + str(testPassed))
print_log(testName, DEVICE, 'Return string: ' + returnString)
ret = [testPath, DEVICE, returnString, testPassed]
set_return(ret)
def print_log(testName, DEVICE, text):
time.ctime()
now = time.strftime('%Y.%m.%d %H:%M:%S')
print now + ' ' + DEVICE + ' - ' + testName + ': ' + text
log (now + ' ' + DEVICE + ' - ' + testName + ': ' + text )
#get test arguments
DEVICE = device
testName = test
params = parameters
#launch the test
startTest(testName, DEVICE, params)

View File

@@ -0,0 +1,90 @@
###### DO NOT MODIFY THE CODE BELOW ######
def startTest(testName, DEVICE, params):
#get the path of this script
testPath = inspect.getfile(inspect.currentframe())
#by default, failed
ret = 'Test failed'
status = False
#plot name to be given to the scan. Use: scan.setPlotName(plotName)
plotName = DEVICE + ' - ' + testName
###### WRITE YOUR CODE HERE BELOW #######
#get parameters from the calling interface
print_log(testName, DEVICE, 'testpath: ' + testPath )
print_log(testName, DEVICE, 'parameters:' + str( params) )
print_log(testName, DEVICE, 'device: ' + DEVICE )
scan = ManualScan(['time'], ['idMotorStep', 'idPotiPosition', 'idPotiRef1Position','idMotorStep-idPotiPosition'] , [0.0], [30.0], [20])
scan.setPlotName(plotName)
scan.start()
#Creating channels: dimension 1
try:
idCom = Channel(DEVICE+':COM:2', type = 'd') #current position as from motor step counter [mm]
idMotorStep = Channel(DEVICE+':IST3:2', type = 'd') #current position as from motor step counter [mm]
idPotiPosFromBeam = Channel(DEVICE+':IST1:2', type = 'd') #current position from beam as from potentiometer [mm]
idPotiPosition = Channel(DEVICE+':IST2:1', type = 'd') #current position as from potentiometer [mm]
idPotiRef1Position = Channel(DEVICE+':REF1:1', type = 'd') #R1 position as from potentiometer [mm]
idPotiRef2Position = Channel(DEVICE+':REF2:1', type = 'd') #R2 position as from potentiometer [mm]
except:
sendFeedback(testPath, testName, DEVICE, 'Unable to create channel - ' + traceback.format_exc(), False)
#raise Exception('Unable to create channel - ' + traceback.format_exc())
return
idCom.put('3', timeout=None) # go to R1
print_log(testName, DEVICE, 'Moving to reference point')
#scan quickly the output during some seconds
detector4 = idPotiPosition.get()
detector6 = idPotiRef2Position.get()
timeElapsed=0
while detector4>detector6 and timeElapsed<600:
#Detector time
detector1 = float(java.lang.System.currentTimeMillis())
detector2 = idMotorStep.get()
detector3 = idPotiPosFromBeam.get()
detector4 = idPotiPosition.get()
detector5 = idPotiRef1Position.get()
detector6 = idPotiRef2Position.get()
diff1 = detector2-detector4
scan.append ([detector1], [detector1], [detector2, detector4, detector5, diff1])
sleep( 0.1 ) # Settling time
timeElapsed=timeElapsed+1
#Closing channels
idCom.close()
idMotorStep.close()
idPotiPosFromBeam.close()
idPotiPosition.close()
idPotiRef1Position.close()
idPotiRef2Position.close()
print_log(testName, DEVICE, ' Reference point reached')
########## END OF YOUR CODE ###########
###### DO NOT MODIFY THE CODE BELOW ######
sendFeedback(testPath, testName, DEVICE, ret, status)
#prepare and send feedback to calling tool
def sendFeedback(testPath, testName, DEVICE, returnString, testPassed):
print_log(testName, DEVICE, 'End of test. Result:')
print_log(testName, DEVICE, 'Test path: ' + testPath)
print_log(testName, DEVICE, 'Test name: ' + testName )
print_log(testName, DEVICE, 'Device: ' + DEVICE)
print_log(testName, DEVICE, 'Test passed: ' + str(testPassed))
print_log(testName, DEVICE, 'Return string: ' + returnString)
ret = [testPath, DEVICE, returnString, testPassed]
set_return(ret)
def print_log(testName, DEVICE, text):
time.ctime()
now = time.strftime('%Y.%m.%d %H:%M:%S')
print now + ' ' + DEVICE + ' - ' + testName + ': ' + text
import sys, inspect, os, traceback
#get test arguments
DEVICE = device
testName = test
params = parameters
#launch the test
startTest(testName, DEVICE, params)

View File

@@ -0,0 +1,4 @@
#Tue Sep 01 11:44:04 CEST 2015
name=feffeefe
parameters=examplePar1\:2\:This is the parameter n.1 with unit [unit];examplePar2\:4.5\:This is the parameter n.2 with unit [unit];
description=dvfsdf

View File

@@ -0,0 +1,119 @@
#feffeefe
#dvfsdf
###### Init - DO NOT MODIFY THE CODE BELOW ######
global print_log, sendFeedback, inspect, log, sys, inspect, os, traceback
import sys, inspect, os, traceback
def print_log(testName, DEVICE, text):
time.ctime()
now = time.strftime('%Y.%m.%d %H:%M:%S')
print now + ' ' + DEVICE + ' - ' + testName + ': ' + str(text)
log (now + ' ' + DEVICE + ' - ' + testName + ': ' + text )
#prepare and send feedback to calling tool
def sendFeedback(testPath, testName, DEVICE, returnString, testPassed):
print_log(testName, DEVICE, 'End of test. Result:')
print_log(testName, DEVICE, 'Device: ' + DEVICE)
print_log(testName, DEVICE, 'Test name: ' + testName)
print_log(testName, DEVICE, 'Test path: ' + testPath)
print_log(testName, DEVICE, 'Test passed: ' + str(testPassed))
print_log(testName, DEVICE, 'Return string: ' + returnString)
ret = [testPath, DEVICE, returnString, testPassed]
set_return(ret)
def startTest(testName, DEVICE, params):
try:
import traceback
#get the path of this script
testPath = inspect.getfile(inspect.currentframe())
#by default, failed
ret = 'Test failed'
success = False
#plot name to be given to the scan. Use: scan.setPlotName(plotName)
plotName = DEVICE + ' - ' + testName
######### WRITE YOUR CODE HERE BELOW #############
#All the code here in this section ## ..YOUR CODE.. ## can be modified/deleted.
# INPUTS:
#If needed, the following variables are available:
#testPath string, path of this test file
#testName string, name of this test
#DEVICE string, device for which the test must run (typically it is the beginning of a process variable name)
#params dictionary, a set of key-value parameters specific to the test.
# Syntax: params["<key>"]["value"]
# Example: access the parameter called midPoint and store it in a new variable:
# middlePoint = params["midPoint"]["value"]
# OUTPUTS:
#ret string, a text summarizing the result of the test. It must be set before the end of your code.
#success bool, True = test successful. It must be set before the end of your code.
#Example (can be removed): print the list of parameters passed. If any error, stop and send feedback
print_log(testName, DEVICE, "Example - Test name: "+testName):
print_log(testName, DEVICE, "Example - Device name: "+DEVICE):
try:
print_log(testName, DEVICE, "Running test Initialise with the following parameters:")
print_log(testName, DEVICE, params )
#If present, use the parameters here below for your test script
examplePar1 = float(params["examplePar1"]["value"]) ; examplePar2 = float(params["examplePar2"]["value"]) ;
except:
ret = 'Could not retrieve testing parameters - ' + traceback.format_exc()
success = False
sendFeedback(testPath, testName, DEVICE, ret, success)
return
#example: loop to read channels for a while and plot the channels values.
#initialise plot tab with 2 plots
scan = ManualScan(['sample'], ['Motor Status (MSTA)', 'Motor Position (VAL)'] )
#set plot name(tab title)
scan.setPlotName(plotName)
#start plots. See further below how to add points to the plots
scan.start()
#IMPORTANT: if the test resulted with an error, write the following:
ret = "Example - Error, the test failed because...."
success = False
#IMPORTANT: if the test was successful, write the following:
ret = "Example - Test successful, here some detail: ..."
success = True
#set up connection to channels. "type" of data can be "d" (= double), "l" (= long)
try:
pv_motor_msta = Channel(DEVICE+':MOTOR.MSTA', type = 'd')
pv_motor_val = Channel(DEVICE+':MOTOR.VAL' , type = 'd')
except:
#prepare return information: return text
ret = 'Unable to create channel - ' + traceback.format_exc()
#prepare return information: return success
success = False
#send return information
sendFeedback(testPath, testName, DEVICE, ret, success)
return
#take 100 samples of the channels
for sample in range(0, 100):
readback1 = sample
sleep( 0.1 ) # Settling time
#get value
motor_msta = pv_motor_msta.get()
#get value
motor_val = pv_motor_val.get()
#add values to plot
scan.append ([sample], [readback1], [detmotor_msta, motor_val] )
#Closing channels
pv_motor_msta.close()
pv_motor_val.close()
#once the test is finished, no need to do anything. The code below yours will do the rest.
################ END OF YOUR CODE ################
###### Final - DO NOT MODIFY THE CODE BELOW ######
sendFeedback(testPath, testName, DEVICE, ret, success)
except:
ret = traceback.format_exc()
success = False
sendFeedback(testPath, testName, DEVICE, ret, success)
return
#launch the test
startTest(test, device, parameters)

View File

@@ -0,0 +1,15 @@
<html>
<body>
<h2>Short Description</h2>
dvfsdf
<h2>Details</h2>
Add here the detailed description of the test, with reference to the parameters (if any).
<h2>Parameters</h2>
<code>examplePar1 </code>This is the parameter n.1 with unit [unit]<br/>
<code>examplePar2 </code>This is the parameter n.2 with unit [unit]<br/>
<h2>Contact</h2>
<a href="https://intranet.psi.ch/search/#?t=phonebook&q=dfsdfd">dfsdfd</a>
</html>
</body>

View File

@@ -0,0 +1,4 @@
#Tue Sep 01 11:58:14 CEST 2015
name=ef
parameters=examplePar1\:2\:This is the parameter n.1 with unit [unit];examplePar2\:4.5\:This is the parameter n.2 with unit [unit];
description=wedwee

View File

@@ -0,0 +1,119 @@
#ef
#wedwee
###### Init - DO NOT MODIFY THE CODE BELOW ######
global print_log, sendFeedback, inspect, log, sys, inspect, os, traceback
import sys, inspect, os, traceback
def print_log(testName, DEVICE, text):
time.ctime()
now = time.strftime('%Y.%m.%d %H:%M:%S')
print now + ' ' + DEVICE + ' - ' + testName + ': ' + str(text)
log (now + ' ' + DEVICE + ' - ' + testName + ': ' + text )
#prepare and send feedback to calling tool
def sendFeedback(testPath, testName, DEVICE, returnString, testPassed):
print_log(testName, DEVICE, 'End of test. Result:')
print_log(testName, DEVICE, 'Device: ' + DEVICE)
print_log(testName, DEVICE, 'Test name: ' + testName)
print_log(testName, DEVICE, 'Test path: ' + testPath)
print_log(testName, DEVICE, 'Test passed: ' + str(testPassed))
print_log(testName, DEVICE, 'Return string: ' + returnString)
ret = [testPath, DEVICE, returnString, testPassed]
set_return(ret)
def startTest(testName, DEVICE, params):
try:
import traceback
#get the path of this script
testPath = inspect.getfile(inspect.currentframe())
#by default, failed
ret = 'Test failed'
success = False
#plot name to be given to the scan. Use: scan.setPlotName(plotName)
plotName = DEVICE + ' - ' + testName
######### WRITE YOUR CODE HERE BELOW #############
#All the code here in this section ## ..YOUR CODE.. ## can be modified/deleted.
# INPUTS:
#If needed, the following variables are available:
#testPath string, path of this test file
#testName string, name of this test
#DEVICE string, device for which the test must run (typically it is the beginning of a process variable name)
#params dictionary, a set of key-value parameters specific to the test.
# Syntax: params["<key>"]["value"]
# Example: access the parameter called midPoint and store it in a new variable:
# middlePoint = params["midPoint"]["value"]
# OUTPUTS:
#ret string, a text summarizing the result of the test. It must be set before the end of your code.
#success bool, True = test successful. It must be set before the end of your code.
#Example (can be removed): print the list of parameters passed. If any error, stop and send feedback
print_log(testName, DEVICE, "Example - Test name: "+testName):
print_log(testName, DEVICE, "Example - Device name: "+DEVICE):
try:
print_log(testName, DEVICE, "Running test Initialise with the following parameters:")
print_log(testName, DEVICE, params )
#If present, use the parameters here below for your test script
examplePar1 = float(params["examplePar1"]["value"]) ; examplePar2 = float(params["examplePar2"]["value"]) ;
except:
ret = 'Could not retrieve testing parameters - ' + traceback.format_exc()
success = False
sendFeedback(testPath, testName, DEVICE, ret, success)
return
#example: loop to read channels for a while and plot the channels values.
#initialise plot tab with 2 plots
scan = ManualScan(['sample'], ['Motor Status (MSTA)', 'Motor Position (VAL)'] )
#set plot name(tab title)
scan.setPlotName(plotName)
#start plots. See further below how to add points to the plots
scan.start()
#IMPORTANT: if the test resulted with an error, write the following:
ret = "Example - Error, the test failed because...."
success = False
#IMPORTANT: if the test was successful, write the following:
ret = "Example - Test successful, here some detail: ..."
success = True
#set up connection to channels. "type" of data can be "d" (= double), "l" (= long)
try:
pv_motor_msta = Channel(DEVICE+':MOTOR.MSTA', type = 'd')
pv_motor_val = Channel(DEVICE+':MOTOR.VAL' , type = 'd')
except:
#prepare return information: return text
ret = 'Unable to create channel - ' + traceback.format_exc()
#prepare return information: return success
success = False
#send return information
sendFeedback(testPath, testName, DEVICE, ret, success)
return
#take 100 samples of the channels
for sample in range(0, 100):
readback1 = sample
sleep( 0.1 ) # Settling time
#get value
motor_msta = pv_motor_msta.get()
#get value
motor_val = pv_motor_val.get()
#add values to plot
scan.append ([sample], [readback1], [detmotor_msta, motor_val] )
#Closing channels
pv_motor_msta.close()
pv_motor_val.close()
#once the test is finished, no need to do anything. The code below yours will do the rest.
################ END OF YOUR CODE ################
###### Final - DO NOT MODIFY THE CODE BELOW ######
sendFeedback(testPath, testName, DEVICE, ret, success)
except:
ret = traceback.format_exc()
success = False
sendFeedback(testPath, testName, DEVICE, ret, success)
return
#launch the test
startTest(test, device, parameters)

View File

@@ -0,0 +1,15 @@
<html>
<body>
<h2>Short Description</h2>
wedwee
<h2>Details</h2>
Add here the detailed description of the test, with reference to the parameters (if any).
<h2>Parameters</h2>
<code>examplePar1 </code>This is the parameter n.1 with unit [unit]<br/>
<code>examplePar2 </code>This is the parameter n.2 with unit [unit]<br/>
<h2>Contact</h2>
<a href="https://intranet.psi.ch/search/#?t=phonebook&q=deefe">deefe</a>
</html>
</body>

View File

@@ -0,0 +1,4 @@
#Tue Sep 01 13:58:29 CEST 2015
name=blabla
parameters=examplePar1\:2\:This is the parameter n.1 with unit [unit];examplePar2\:4.5\:This is the parameter n.2 with unit [unit];
description=zaza

View File

@@ -0,0 +1,119 @@
#Test name: blabla
#zaza
###### Init - DO NOT MODIFY THE CODE BELOW ######
global print_log, sendFeedback, inspect, log, sys, inspect, os, traceback
import sys, inspect, os, traceback
def print_log(testName, DEVICE, text):
time.ctime()
now = time.strftime('%Y.%m.%d %H:%M:%S')
print now + ' ' + DEVICE + ' - ' + testName + ': ' + str(text)
log (now + ' ' + DEVICE + ' - ' + testName + ': ' + text )
#prepare and send feedback to calling tool
def sendFeedback(testPath, testName, DEVICE, returnString, testPassed):
print_log(testName, DEVICE, 'End of test. Result:')
print_log(testName, DEVICE, 'Device: ' + DEVICE)
print_log(testName, DEVICE, 'Test name: ' + testName)
print_log(testName, DEVICE, 'Test path: ' + testPath)
print_log(testName, DEVICE, 'Test passed: ' + str(testPassed))
print_log(testName, DEVICE, 'Return string: ' + returnString)
ret = [testPath, DEVICE, returnString, testPassed]
set_return(ret)
def startTest(testName, DEVICE, params):
try:
import traceback
#get the path of this script
testPath = inspect.getfile(inspect.currentframe())
#by default, failed
ret = 'Test failed'
success = False
#plot name to be given to the scan. Use: scan.setPlotName(plotName)
plotName = DEVICE + ' - ' + testName
######### WRITE YOUR CODE HERE BELOW #############
#All the code here in this section ## ..YOUR CODE.. ## can be modified/deleted.
# INPUTS:
#If needed, the following variables are available:
#testPath string, path of this test file
#testName string, name of this test
#DEVICE string, device for which the test must run (typically it is the beginning of a process variable name)
#params dictionary, a set of key-value parameters specific to the test.
# Syntax: params["<key>"]["value"]
# Example: access the parameter called midPoint and store it in a new variable:
# middlePoint = params["midPoint"]["value"]
# OUTPUTS:
#ret string, a text summarizing the result of the test. It must be set before the end of your code.
#success bool, True = test successful. It must be set before the end of your code.
#Example (can be removed): print the list of parameters passed. If any error, stop and send feedback
print_log(testName, DEVICE, "Example - Test name: "+testName):
print_log(testName, DEVICE, "Example - Device name: "+DEVICE):
try:
print_log(testName, DEVICE, "Running test Initialise with the following parameters:")
print_log(testName, DEVICE, params )
#If present, use the parameters here below for your test script
examplePar1 = float(params["examplePar1"]["value"]) ; examplePar2 = float(params["examplePar2"]["value"]) ;
except:
ret = 'Could not retrieve testing parameters - ' + traceback.format_exc()
success = False
sendFeedback(testPath, testName, DEVICE, ret, success)
return
#example: loop to read channels for a while and plot the channels values.
#initialise plot tab with 2 plots
scan = ManualScan(['sample'], ['Motor Status (MSTA)', 'Motor Position (VAL)'] )
#set plot name(tab title)
scan.setPlotName(plotName)
#start plots. See further below how to add points to the plots
scan.start()
#IMPORTANT: if the test resulted with an error, write the following:
ret = "Example - Error, the test failed because...."
success = False
#IMPORTANT: if the test was successful, write the following:
ret = "Example - Test successful, here some detail: ..."
success = True
#set up connection to channels. "type" of data can be "d" (= double), "l" (= long)
try:
pv_motor_msta = Channel(DEVICE+':MOTOR.MSTA', type = 'd')
pv_motor_val = Channel(DEVICE+':MOTOR.VAL' , type = 'd')
except:
#prepare return information: return text
ret = 'Unable to create channel - ' + traceback.format_exc()
#prepare return information: return success
success = False
#send return information
sendFeedback(testPath, testName, DEVICE, ret, success)
return
#take 100 samples of the channels
for sample in range(0, 100):
readback1 = sample
sleep( 0.1 ) # Settling time
#get value
motor_msta = pv_motor_msta.get()
#get value
motor_val = pv_motor_val.get()
#add values to plot
scan.append ([sample], [readback1], [detmotor_msta, motor_val] )
#Closing channels
pv_motor_msta.close()
pv_motor_val.close()
#once the test is finished, no need to do anything. The code below yours will do the rest.
################ END OF YOUR CODE ################
###### Final - DO NOT MODIFY THE CODE BELOW ######
sendFeedback(testPath, testName, DEVICE, ret, success)
except:
ret = traceback.format_exc()
success = False
sendFeedback(testPath, testName, DEVICE, ret, success)
return
#launch the test
startTest(test, device, parameters)

View File

@@ -0,0 +1,15 @@
<html>
<body>
<h2>Short Description</h2>
zaza
<h2>Details</h2>
Add here the detailed description of the test, with reference to the parameters (if any).
<h2>Parameters</h2>
<code>examplePar1 </code>This is the parameter n.1 with unit [unit]<br/>
<code>examplePar2 </code>This is the parameter n.2 with unit [unit]<br/>
<h2>Contact</h2>
<a href="https://intranet.psi.ch/search/#?t=phonebook&q=boccioli_m">boccioli_m</a>
</html>
</body>

View File

@@ -0,0 +1,4 @@
#Tue Sep 01 14:16:37 CEST 2015
name=aaaaaaaaaaa
parameters=examplePar1\:2\:This is the parameter n.1 with unit [unit];awa\:5\:wawawwaa;examplePar2\:4.5\:This is the parameter n.2 with unit [unit];
description=asdewe fre rgg tr hyhyhyj jyjyj jkujyu u \: yj yj . thth h<3434 thth \=45 >tt5 [s]

View File

@@ -0,0 +1,119 @@
#Test name: aaaaaaaaaaa
#asdewe fre rgg tr hyhyhyj jyjyj jkujyu u : yj yj . thth h<3434 thth =45 >tt5 [s]
###### Init - DO NOT MODIFY THE CODE BELOW ######
global print_log, sendFeedback, inspect, log, sys, inspect, os, traceback
import sys, inspect, os, traceback
def print_log(testName, DEVICE, text):
time.ctime()
now = time.strftime('%Y.%m.%d %H:%M:%S')
print now + ' ' + DEVICE + ' - ' + testName + ': ' + str(text)
log (now + ' ' + DEVICE + ' - ' + testName + ': ' + text )
#prepare and send feedback to calling tool
def sendFeedback(testPath, testName, DEVICE, returnString, testPassed):
print_log(testName, DEVICE, 'End of test. Result:')
print_log(testName, DEVICE, 'Device: ' + DEVICE)
print_log(testName, DEVICE, 'Test name: ' + testName)
print_log(testName, DEVICE, 'Test path: ' + testPath)
print_log(testName, DEVICE, 'Test passed: ' + str(testPassed))
print_log(testName, DEVICE, 'Return string: ' + returnString)
ret = [testPath, DEVICE, returnString, testPassed]
set_return(ret)
def startTest(testName, DEVICE, params):
try:
import traceback
#get the path of this script
testPath = inspect.getfile(inspect.currentframe())
#by default, failed
ret = 'Test failed'
success = False
#plot name to be given to the scan. Use: scan.setPlotName(plotName)
plotName = DEVICE + ' - ' + testName
######### WRITE YOUR CODE HERE BELOW #############
#All the code here in this section ## ..YOUR CODE.. ## can be modified/deleted.
# INPUTS:
#If needed, the following variables are available:
#testPath string, path of this test file
#testName string, name of this test
#DEVICE string, device for which the test must run (typically it is the beginning of a process variable name)
#params dictionary, a set of key-value parameters specific to the test.
# Syntax: params["<key>"]["value"]
# Example: access the parameter called midPoint and store it in a new variable:
# middlePoint = params["midPoint"]["value"]
# OUTPUTS:
#ret string, a text summarizing the result of the test. It must be set before the end of your code.
#success bool, True = test successful. It must be set before the end of your code.
#Example (can be removed): print the list of parameters passed. If any error, stop and send feedback
print_log(testName, DEVICE, "Example - Test name: "+testName):
print_log(testName, DEVICE, "Example - Device name: "+DEVICE):
try:
print_log(testName, DEVICE, "Running test Initialise with the following parameters:")
print_log(testName, DEVICE, params )
#If present, use the parameters here below for your test script
examplePar1 = float(params["examplePar1"]["value"]) ; awa = float(params["awa"]["value"]) ; examplePar2 = float(params["examplePar2"]["value"]) ;
except:
ret = 'Could not retrieve testing parameters - ' + traceback.format_exc()
success = False
sendFeedback(testPath, testName, DEVICE, ret, success)
return
#example: loop to read channels for a while and plot the channels values.
#initialise plot tab with 2 plots
scan = ManualScan(['sample'], ['Motor Status (MSTA)', 'Motor Position (VAL)'] )
#set plot name(tab title)
scan.setPlotName(plotName)
#start plots. See further below how to add points to the plots
scan.start()
#IMPORTANT: if the test resulted with an error, write the following:
ret = "Example - Error, the test failed because...."
success = False
#IMPORTANT: if the test was successful, write the following:
ret = "Example - Test successful, here some detail: ..."
success = True
#set up connection to channels. "type" of data can be "d" (= double), "l" (= long)
try:
pv_motor_msta = Channel(DEVICE+':MOTOR.MSTA', type = 'd')
pv_motor_val = Channel(DEVICE+':MOTOR.VAL' , type = 'd')
except:
#prepare return information: return text
ret = 'Unable to create channel - ' + traceback.format_exc()
#prepare return information: return success
success = False
#send return information
sendFeedback(testPath, testName, DEVICE, ret, success)
return
#take 100 samples of the channels
for sample in range(0, 100):
readback1 = sample
sleep( 0.1 ) # Settling time
#get value
motor_msta = pv_motor_msta.get()
#get value
motor_val = pv_motor_val.get()
#add values to plot
scan.append ([sample], [readback1], [detmotor_msta, motor_val] )
#Closing channels
pv_motor_msta.close()
pv_motor_val.close()
#once the test is finished, no need to do anything. The code below yours will do the rest.
################ END OF YOUR CODE ################
###### Final - DO NOT MODIFY THE CODE BELOW ######
sendFeedback(testPath, testName, DEVICE, ret, success)
except:
ret = traceback.format_exc()
success = False
sendFeedback(testPath, testName, DEVICE, ret, success)
return
#launch the test
startTest(test, device, parameters)

View File

@@ -0,0 +1,14 @@
<html>
<body>
<h2>Description</h2>
asdewe fre rgg tr hyhyhyj jyjyj jkujyu u : yj yj . thth h<3434 thth =45 >tt5 [s]
<h2>Parameters</h2>
<code>examplePar1 </code>This is the parameter n.1 with unit [unit]<br/>
<code>awa </code>wawawwaa<br/>
<code>examplePar2 </code>This is the parameter n.2 with unit [unit]<br/>
<h2>Contact</h2>
<a href="https://intranet.psi.ch/search/#?t=phonebook&q=boccioli_m">boccioli_m</a>
</html>
</body>

View File

@@ -0,0 +1,4 @@
#Tue Sep 01 14:04:43 CEST 2015
name=aha
parameters=ef\:2\:feeerfs;examplePar1\:2\:This is the parameter n.1 with unit [unit];examplePar2\:4.5\:This is the parameter n.2 with unit [unit];
description=pppoo

View File

@@ -0,0 +1,119 @@
#Test name: aha
#pppoo
###### Init - DO NOT MODIFY THE CODE BELOW ######
global print_log, sendFeedback, inspect, log, sys, inspect, os, traceback
import sys, inspect, os, traceback
def print_log(testName, DEVICE, text):
time.ctime()
now = time.strftime('%Y.%m.%d %H:%M:%S')
print now + ' ' + DEVICE + ' - ' + testName + ': ' + str(text)
log (now + ' ' + DEVICE + ' - ' + testName + ': ' + text )
#prepare and send feedback to calling tool
def sendFeedback(testPath, testName, DEVICE, returnString, testPassed):
print_log(testName, DEVICE, 'End of test. Result:')
print_log(testName, DEVICE, 'Device: ' + DEVICE)
print_log(testName, DEVICE, 'Test name: ' + testName)
print_log(testName, DEVICE, 'Test path: ' + testPath)
print_log(testName, DEVICE, 'Test passed: ' + str(testPassed))
print_log(testName, DEVICE, 'Return string: ' + returnString)
ret = [testPath, DEVICE, returnString, testPassed]
set_return(ret)
def startTest(testName, DEVICE, params):
try:
import traceback
#get the path of this script
testPath = inspect.getfile(inspect.currentframe())
#by default, failed
ret = 'Test failed'
success = False
#plot name to be given to the scan. Use: scan.setPlotName(plotName)
plotName = DEVICE + ' - ' + testName
######### WRITE YOUR CODE HERE BELOW #############
#All the code here in this section ## ..YOUR CODE.. ## can be modified/deleted.
# INPUTS:
#If needed, the following variables are available:
#testPath string, path of this test file
#testName string, name of this test
#DEVICE string, device for which the test must run (typically it is the beginning of a process variable name)
#params dictionary, a set of key-value parameters specific to the test.
# Syntax: params["<key>"]["value"]
# Example: access the parameter called midPoint and store it in a new variable:
# middlePoint = params["midPoint"]["value"]
# OUTPUTS:
#ret string, a text summarizing the result of the test. It must be set before the end of your code.
#success bool, True = test successful. It must be set before the end of your code.
#Example (can be removed): print the list of parameters passed. If any error, stop and send feedback
print_log(testName, DEVICE, "Example - Test name: "+testName):
print_log(testName, DEVICE, "Example - Device name: "+DEVICE):
try:
print_log(testName, DEVICE, "Running test Initialise with the following parameters:")
print_log(testName, DEVICE, params )
#If present, use the parameters here below for your test script
ef = float(params["ef"]["value"]) ; examplePar1 = float(params["examplePar1"]["value"]) ; examplePar2 = float(params["examplePar2"]["value"]) ;
except:
ret = 'Could not retrieve testing parameters - ' + traceback.format_exc()
success = False
sendFeedback(testPath, testName, DEVICE, ret, success)
return
#example: loop to read channels for a while and plot the channels values.
#initialise plot tab with 2 plots
scan = ManualScan(['sample'], ['Motor Status (MSTA)', 'Motor Position (VAL)'] )
#set plot name(tab title)
scan.setPlotName(plotName)
#start plots. See further below how to add points to the plots
scan.start()
#IMPORTANT: if the test resulted with an error, write the following:
ret = "Example - Error, the test failed because...."
success = False
#IMPORTANT: if the test was successful, write the following:
ret = "Example - Test successful, here some detail: ..."
success = True
#set up connection to channels. "type" of data can be "d" (= double), "l" (= long)
try:
pv_motor_msta = Channel(DEVICE+':MOTOR.MSTA', type = 'd')
pv_motor_val = Channel(DEVICE+':MOTOR.VAL' , type = 'd')
except:
#prepare return information: return text
ret = 'Unable to create channel - ' + traceback.format_exc()
#prepare return information: return success
success = False
#send return information
sendFeedback(testPath, testName, DEVICE, ret, success)
return
#take 100 samples of the channels
for sample in range(0, 100):
readback1 = sample
sleep( 0.1 ) # Settling time
#get value
motor_msta = pv_motor_msta.get()
#get value
motor_val = pv_motor_val.get()
#add values to plot
scan.append ([sample], [readback1], [detmotor_msta, motor_val] )
#Closing channels
pv_motor_msta.close()
pv_motor_val.close()
#once the test is finished, no need to do anything. The code below yours will do the rest.
################ END OF YOUR CODE ################
###### Final - DO NOT MODIFY THE CODE BELOW ######
sendFeedback(testPath, testName, DEVICE, ret, success)
except:
ret = traceback.format_exc()
success = False
sendFeedback(testPath, testName, DEVICE, ret, success)
return
#launch the test
startTest(test, device, parameters)

Some files were not shown because too many files have changed in this diff Show More