cpee 1.3.120 → 1.3.121
Sign up to get free protection for your applications and to get access to all the features.
- data/cockpit/css/ui.css +11 -7
- data/cockpit/index.html +11 -8
- data/cockpit/js/details.js +6 -5
- data/cockpit/js/instance.js +11 -1
- data/cockpit/js/ui.js +7 -0
- data/cockpit/js/wfadaptor.cpee.js +2 -1
- data/cockpit/testsets/index.xml +0 -3
- data/cpee.gemspec +1 -1
- data/lib/cpee/controller.rb +8 -18
- data/lib/cpee/handler_notifications.rb +3 -2
- data/server/instances/1/properties.xml +145 -0
- data/server/instances/10/properties.xml +109 -0
- data/server/instances/11/properties.xml +109 -0
- data/server/instances/2/properties.xml +83 -0
- data/server/instances/3/properties.xml +83 -0
- data/server/instances/4/properties.xml +83 -0
- data/server/instances/5/properties.xml +83 -0
- data/server/instances/6/properties.xml +83 -0
- data/server/instances/7/properties.xml +83 -0
- data/server/instances/8/properties.xml +83 -0
- data/server/instances/9/properties.xml +77 -0
- metadata +13 -5
- data/cockpit/testsets/RESCUE - Book Movie - Local.xml +0 -100
- data/cockpit/testsets/RESCUE - Book Movie.xml +0 -100
- data/cockpit/testsets/RESCUE - Loop-Parallel Injection.xml +0 -93
@@ -1,93 +0,0 @@
|
|
1
|
-
<?xml version="1.0"?>
|
2
|
-
<testset>
|
3
|
-
<positions/>
|
4
|
-
<handlerwrapper>RescueHandlerWrapper</handlerwrapper>
|
5
|
-
<dataelements>
|
6
|
-
<outer>2</outer>
|
7
|
-
<middle>2</middle>
|
8
|
-
<inner>2</inner>
|
9
|
-
<cons_a>10</cons_a>
|
10
|
-
<cons_b>45</cons_b>
|
11
|
-
</dataelements>
|
12
|
-
<endpoints>
|
13
|
-
<services>http://localhost:9290/groups/Interface</services>
|
14
|
-
<injection>http://localhost:9291/</injection>
|
15
|
-
</endpoints>
|
16
|
-
<description>
|
17
|
-
<description xmlns="http://cpee.org/ns/description/1.0">
|
18
|
-
<loop post_test="data.outer > 0">
|
19
|
-
<parallel>
|
20
|
-
<parallel_branch>
|
21
|
-
<loop post_test="data.middle > 0">
|
22
|
-
<parallel>
|
23
|
-
<parallel_branch>
|
24
|
-
<manipulate id="m01"/>
|
25
|
-
<call id="branch_x" endpoint="services">
|
26
|
-
<constraints>
|
27
|
-
<constraint xpath="property_B" comparator=">" variable="cons_b"/>
|
28
|
-
</constraints>
|
29
|
-
<parameters><!--{{{-->
|
30
|
-
<service>
|
31
|
-
<serviceoperation>"no_params"</serviceoperation>
|
32
|
-
<injection_handler>endpoints.injection</injection_handler>
|
33
|
-
</service>
|
34
|
-
</parameters><!--}}}-->
|
35
|
-
</call>
|
36
|
-
</parallel_branch>
|
37
|
-
<parallel_branch>
|
38
|
-
<manipulate id="m02"/>
|
39
|
-
<loop post_test="data.inner > 0">
|
40
|
-
<call id="branch_y" endpoint="services">
|
41
|
-
<constraints>
|
42
|
-
<constraint xpath="property_B" comparator=">" variable="cons_b"/>
|
43
|
-
</constraints>
|
44
|
-
<parameters><!--{{{-->
|
45
|
-
<service>
|
46
|
-
<serviceoperation>"no_params"</serviceoperation>
|
47
|
-
<injection_handler>endpoints.injection</injection_handler>
|
48
|
-
</service>
|
49
|
-
</parameters><!--}}}-->
|
50
|
-
</call>
|
51
|
-
<manipulate id="reduce_inner">
|
52
|
-
data.cons_b += 5
|
53
|
-
data.inner -= 1
|
54
|
-
</manipulate>
|
55
|
-
</loop>
|
56
|
-
</parallel_branch>
|
57
|
-
</parallel>
|
58
|
-
<manipulate id="reduce_middle">
|
59
|
-
data.middle -= 1
|
60
|
-
data.inner = data.middle
|
61
|
-
</manipulate>
|
62
|
-
</loop>
|
63
|
-
</parallel_branch>
|
64
|
-
<parallel_branch>
|
65
|
-
<manipulate id="m03"/>
|
66
|
-
<call id="branch_z" endpoint="services">
|
67
|
-
<constraints>
|
68
|
-
<constraint xpath="property_A" comparator=">" variable="cons_a"/>
|
69
|
-
</constraints>
|
70
|
-
<parameters><!--{{{-->
|
71
|
-
<service>
|
72
|
-
<serviceoperation>"no_params"</serviceoperation>
|
73
|
-
<injection_handler>endpoints.injection</injection_handler>
|
74
|
-
</service>
|
75
|
-
</parameters><!--}}}-->
|
76
|
-
</call>
|
77
|
-
</parallel_branch>
|
78
|
-
</parallel>
|
79
|
-
<manipulate id="reduce_outer">
|
80
|
-
data.cons_a += 50
|
81
|
-
data.outer -= 1
|
82
|
-
data.inner = data.outer
|
83
|
-
data.middle = data.outer
|
84
|
-
</manipulate>
|
85
|
-
</loop>
|
86
|
-
</description>
|
87
|
-
</description>
|
88
|
-
<transformation>
|
89
|
-
<description type='xslt'>http://cpee.org/~demo/rescue-1.0.xslt</description>
|
90
|
-
<dataelements type='rest'/>
|
91
|
-
<endpoints type='rest'/>
|
92
|
-
</transformation>
|
93
|
-
</testset>
|