-
Notifications
You must be signed in to change notification settings - Fork 7
/
ex-topo-groupname-crashing-no-calib.xml.in
35 lines (29 loc) · 1.25 KB
/
ex-topo-groupname-crashing-no-calib.xml.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<topology name="Example">
<declrequirement name="onlineReq" type="groupname" value="online"/>
<declrequirement name="odc_nmin_Processors" type="custom" value="2"/>
<property name="fmqchan_data1" />
<property name="fmqchan_data2" />
<decltask name="Processor">
<exe>odc-ex-processor --color false --problem crash --problem-state init --problem-paths main/ProcessorGroup/Processors_[02]/Processor_0 --channel-config name=data1,type=pull,method=connect name=data2,type=push,method=connect -P odc --severity trace</exe>
<env reachable="false">@CMAKE_INSTALL_PREFIX@/@PROJECT_INSTALL_BINDIR@/odc-ex-env.sh</env>
<properties>
<name access="read">fmqchan_data1</name>
<name access="read">fmqchan_data2</name>
</properties>
</decltask>
<declcollection name="Processors">
<requirements>
<name>onlineReq</name>
<name>odc_nmin_Processors</name>
</requirements>
<tasks>
<name>Processor</name>
<name>Processor</name>
</tasks>
</declcollection>
<main name="main">
<group name="ProcessorGroup" n="@ODC_VAR_EXAMPLE_N@">
<collection>Processors</collection>
</group>
</main>
</topology>