summaryrefslogtreecommitdiff
path: root/modules/CIAO/DAnCE/tests/CIAO/EM-Launch-Failures/1NodeFailureAtActivate.cdp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/CIAO/DAnCE/tests/CIAO/EM-Launch-Failures/1NodeFailureAtActivate.cdp')
-rw-r--r--modules/CIAO/DAnCE/tests/CIAO/EM-Launch-Failures/1NodeFailureAtActivate.cdp133
1 files changed, 133 insertions, 0 deletions
diff --git a/modules/CIAO/DAnCE/tests/CIAO/EM-Launch-Failures/1NodeFailureAtActivate.cdp b/modules/CIAO/DAnCE/tests/CIAO/EM-Launch-Failures/1NodeFailureAtActivate.cdp
new file mode 100644
index 00000000000..80901f25ca4
--- /dev/null
+++ b/modules/CIAO/DAnCE/tests/CIAO/EM-Launch-Failures/1NodeFailureAtActivate.cdp
@@ -0,0 +1,133 @@
+<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" />
+ </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.DAnCE.ExplicitHome</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_ACTIVATE</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>