cpee 1.3.120 → 1.3.121

Sign up to get free protection for your applications and to get access to all the features.
@@ -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 &gt; 0">
19
- <parallel>
20
- <parallel_branch>
21
- <loop post_test="data.middle &gt; 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="&gt;" 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 &gt; 0">
40
- <call id="branch_y" endpoint="services">
41
- <constraints>
42
- <constraint xpath="property_B" comparator="&gt;" 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="&gt;" 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>