summaryrefslogtreecommitdiff
path: root/CIAO/DAnCE/tests/CIAO/ExecutionManager-Deployments/SimpleProcessColocation_2.cdp
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/DAnCE/tests/CIAO/ExecutionManager-Deployments/SimpleProcessColocation_2.cdp')
-rw-r--r--CIAO/DAnCE/tests/CIAO/ExecutionManager-Deployments/SimpleProcessColocation_2.cdp168
1 files changed, 0 insertions, 168 deletions
diff --git a/CIAO/DAnCE/tests/CIAO/ExecutionManager-Deployments/SimpleProcessColocation_2.cdp b/CIAO/DAnCE/tests/CIAO/ExecutionManager-Deployments/SimpleProcessColocation_2.cdp
deleted file mode 100644
index bed7f909530..00000000000
--- a/CIAO/DAnCE/tests/CIAO/ExecutionManager-Deployments/SimpleProcessColocation_2.cdp
+++ /dev/null
@@ -1,168 +0,0 @@
-<Deployment:DeploymentPlan
- xmlns:Deployment="http://www.omg.org/Deployment"
- xmlns:xmi="http://www.omg.org/XMI"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.omg.org/Deployment Deployment.xsd">
- <label>SimpleComponent_Home</label>
- <UUID>SimpleComponent_Home</UUID>
-
- <!-- Implementations declarations -->
-
- <!-- Server Dance implementation-->
- <implementation xmi:id="ProcessColocationComponentImplementation">
- <name>ProcessColocationComponentImplementation</name>
- <source/>
- <artifact xmi:idref="ProcessColocation_ExecArtifact" />
- <artifact xmi:idref="ProcessColocation_SvntArtifact" />
- <execParameter>
- <!-- entrypoint as exec parameter (see ยง10.6.1) -->
- <name>component factory</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>create_Simple_ProcessColocation_Impl</string>
- </value>
- </value>
- </execParameter>
- <execParameter>
- <name>edu.vanderbilt.dre.CIAO.ServantEntrypoint</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>create_Simple_ProcessColocation_Servant</string>
- </value>
- </value>
- </execParameter>
- <execParameter>
- <name>edu.vanderbilt.dre.CIAO.ServantArtifact</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>ProcessColocation_svnt</string>
- </value>
- </value>
- </execParameter>
- <execParameter>
- <name>edu.vanderbilt.dre.CIAO.ExecutorArtifact</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>ProcessColocation_exec</string>
- </value>
- </value>
- </execParameter>
- </implementation>
-
- <instance xmi:id="ProcessColocationComponentInstance_1">
- <name>ProcessColocationComponent_One</name>
- <node>NodeOne</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="ProcessColocationComponentImplementation" />
-
- <configProperty>
- <name>process_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Process One</string>
- </value>
- </value>
- </configProperty>
- </instance>
-
- <instance xmi:id="ProcessColocationComponentInstance_1_2">
- <name>ProcessColocationComponent_One_Two</name>
- <node>NodeOne</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="ProcessColocationComponentImplementation" />
-
- <configProperty>
- <name>process_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Process One</string>
- </value>
- </value>
- </configProperty>
- </instance>
-
- <instance xmi:id="ProcessColocationComponentInstance_2">
- <name>ProcessColocationComponent_Two</name>
- <node>NodeOne</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="ProcessColocationComponentImplementation" />
- <configProperty>
- <name>process_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Process Two</string>
- </value>
- </value>
- </configProperty>
- </instance>
-
- <instance xmi:id="ProcessColocationComponentInstance_2_2">
- <name>ProcessColocationComponent_Two_Two</name>
- <node>NodeOne</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="ProcessColocationComponentImplementation" />
- <configProperty>
- <name>process_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Process Two</string>
- </value>
- </value>
- </configProperty>
- </instance>
-
- <!-- Artifacts declarations -->
- <artifact xmi:id="ProcessColocation_ExecArtifact">
- <name>ProcessColocation_exec</name>
- <source/>
- <node/>
- <location>ProcessColocation_exec</location>
- </artifact>
- <artifact xmi:id="ProcessColocation_SvntArtifact">
- <name>ProcessColocation_svnt</name>
- <source/>
- <node/>
- <location>ProcessColocation_svnt</location>
- </artifact>
-
- <localityConstraint>
- <constraint>SameProcess</constraint>
- <constrainedInstance xmi:idref="ProcessColocationComponentInstance_1" />
- <constrainedInstance xmi:idref="ProcessColocationComponentInstance_1_2" />
- </localityConstraint>
-
- <localityConstraint>
- <constraint>SameProcess</constraint>
- <constrainedInstance xmi:idref="ProcessColocationComponentInstance_2" />
- <constrainedInstance xmi:idref="ProcessColocationComponentInstance_2_2" />
- </localityConstraint>
-
- </Deployment:DeploymentPlan>