Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Ebam/TestCase"

(New page: The released files contain a simple TEST CASE.<br> You can find a simple file with some message in :eBAM-0.8-runtime\testFiles\TEST_SERVICE_20101210_085426.log<br> The knowledg Base cont...)
 
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
The released files contain a simple TEST CASE.<br>
+
The released files contain a simple TEST CASE.<br>  
  
You can find a simple file with some message in :eBAM-0.8-runtime\testFiles\TEST_SERVICE_20101210_085426.log<br>
+
You can find a simple file with some message in&nbsp;:eBAM-0.8-runtime\testFiles\TEST_SERVICE_20101210_085426.log<br>  
  
The knowledg Base contains this configuration:<br>
+
The Knowledge Base contains these information:<br>  
  
Service:<br>
+
Service:<br>  
  
 
*TEST_SERVICE<br>
 
*TEST_SERVICE<br>
  
Messages:<br>
+
Messages:<br>  
  
*START_SERVICE<br>
+
*START_SERVICE<br>  
*STOP_SERVICE<br>
+
*STOP_SERVICE<br>  
 
*ALERT_SERVICE<br>
 
*ALERT_SERVICE<br>
  
These services are linked to TEST_SERVICE.
+
These messages are linked to TEST_SERVICE.<br>
  
 +
<br>
  
 +
If you want to test this simple use case you have to:
  
Rule
+
1) download all eBAM components.<br> 2) install eBAM following the instruction in this wiki<br> 3) configure the Adapter, in particular the SOURCE property:<br>
  
*
+
<br>
  
<br>
+
&lt;adapter id="TEST_SERVICE"&gt;
 +
                &lt;property name="factory" value="org.eclipse.ebam.adapters.log.LogAdapter"/&gt;
 +
&lt;property name="source" value="D:/eBAM/rilascio 0.8/eBAM-0.8-runtime/testFiles/TEST_SERVICE.log"/&gt;
 +
                &lt;property name="key" value="TRUE"/&gt;
 +
&lt;property name="modality" value="RECOVERY"/&gt;
 +
&lt;/adapter&gt;
 +
 
 +
<br>
 +
 
 +
4) activate the runtime component<br> 5) check if the messages are been inserted in the metamodel using the reports included in the eBAM design<br>

Latest revision as of 05:19, 23 December 2010

The released files contain a simple TEST CASE.

You can find a simple file with some message in :eBAM-0.8-runtime\testFiles\TEST_SERVICE_20101210_085426.log

The Knowledge Base contains these information:

Service:

  • TEST_SERVICE

Messages:

  • START_SERVICE
  • STOP_SERVICE
  • ALERT_SERVICE

These messages are linked to TEST_SERVICE.


If you want to test this simple use case you have to:

1) download all eBAM components.
2) install eBAM following the instruction in this wiki
3) configure the Adapter, in particular the SOURCE property:


<adapter id="TEST_SERVICE">		
               <property name="factory" value="org.eclipse.ebam.adapters.log.LogAdapter"/>
		<property name="source" value="D:/eBAM/rilascio 0.8/eBAM-0.8-runtime/testFiles/TEST_SERVICE.log"/>
                <property name="key" value="TRUE"/>
		<property name="modality" value="RECOVERY"/> 
</adapter> 


4) activate the runtime component
5) check if the messages are been inserted in the metamodel using the reports included in the eBAM design

Back to the top