summaryrefslogtreecommitdiff
path: root/CIAO/tests/DAnCE/EM-Shutdown-Failures/1NodeFailureAtRemove.cdp
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tests/DAnCE/EM-Shutdown-Failures/1NodeFailureAtRemove.cdp')
-rw-r--r--CIAO/tests/DAnCE/EM-Shutdown-Failures/1NodeFailureAtRemove.cdp145
1 files changed, 0 insertions, 145 deletions
diff --git a/CIAO/tests/DAnCE/EM-Shutdown-Failures/1NodeFailureAtRemove.cdp b/CIAO/tests/DAnCE/EM-Shutdown-Failures/1NodeFailureAtRemove.cdp
deleted file mode 100644
index c3eebdda020..00000000000
--- a/CIAO/tests/DAnCE/EM-Shutdown-Failures/1NodeFailureAtRemove.cdp
+++ /dev/null
@@ -1,145 +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>1NodePlan</label>
- <UUID>1NodePlan</UUID>
-
- <!-- Implementations declarations -->
-
- <!-- Server Dance implementation-->
- <!-- Home implementation -->
- <implementation xmi:id="SimpleFailureHomeImplementation">
- <name>SimpleFailureHomeImplementation</name>
- <source/>
- <artifact xmi:idref="SimpleFailure_ExecArtifact" />
- <artifact xmi:idref="SimpleFailure_SvntArtifact" />
- <execParameter>
- <!-- entrypoint as exec parameter (see ยง10.6.1) -->
- <name>home factory</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>create_Simple_SimpleFailureHome_Impl</string>
- </value>
- </value>
- </execParameter>
- <execParameter>
- <name>edu.vanderbilt.dre.CIAO.ServantEntrypoint</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>create_Simple_SimpleFailureHome_Servant</string>
- </value>
- </value>
- </execParameter>
- <execParameter>
- <name>edu.vanderbilt.dre.CIAO.ServantArtifact</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>SimpleFailure_svnt</string>
- </value>
- </value>
- </execParameter>
- <execParameter>
- <name>edu.vanderbilt.dre.CIAO.ExecutorArtifact</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>SimpleFailure_exec</string>
- </value>
- </value>
- </execParameter>
- </implementation>
-
- <implementation xmi:id="SimpleFailureComponentImplementation">
- <name>SimpleFailureComponentImplementation</name>
- <source/>
- <artifact xmi:idref="SimpleFailure_ExecArtifact" />
- <artifact xmi:idref="SimpleFailure_SvntArtifact" />
- <execParameter>
- <name>edu.vanderbilt.dre.DAnCE.ImplementationType</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>edu.vanderbilt.dre.CCM.HomedComponent</string>
- </value>
- </value>
- </execParameter>
- </implementation>
-
- <instance xmi:id="SimpleFailureHomeInstance">
- <name>SimpleFailureHome</name>
- <node>Node1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="SimpleFailureHomeImplementation" />
- </instance>
-
- <instance xmi:id="SimpleFailureComponentInstance">
- <name>SimpleFailureComponent</name>
- <node>Node1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="SimpleFailureComponentImplementation" />
- <configProperty>
- <name>edu.vanderbilt.dre.CIAO.ComponentHomeId</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>SimpleFailureHome</string>
- </value>
- </value>
- </configProperty>
- <configProperty>
- <name>type_attr</name>
- <value>
- <type>
- <kind>tk_enum</kind>
- <enum>
- <name>FailureType</name>
- <typeId>IDL:Simple/FailureType:1.0</typeId>
- <member>NO_FAILURE</member>
- <member>AT_STARTUP</member>
- <member>AT_ACTIVATE</member>
- <member>AT_PASSIVATE</member>
- <member>AT_REMOVE</member>
- </enum>
- </type>
- <value>
- <enum>AT_REMOVE</enum>
- </value>
- </value>
- </configProperty>
- </instance>
-
- <!-- Artifacts declarations -->
- <artifact xmi:id="SimpleFailure_ExecArtifact">
- <name>SimpleFailure_exec</name>
- <source/>
- <node/>
- <location>SimpleFailure_exec</location>
- </artifact>
- <artifact xmi:id="SimpleFailure_SvntArtifact">
- <name>SimpleFailure_svnt</name>
- <source/>
- <node/>
- <location>SimpleFailure_svnt</location>
- </artifact>
-
- </Deployment:DeploymentPlan>