Skip to content
Snippets Groups Projects
Commit d58f2b7a authored by Nikolaus Huber's avatar Nikolaus Huber
Browse files

test loop action

git-svn-id: https://se1.informatik.uni-wuerzburg.de/usvn/svn/code/code/DMM/trunk@9672 9e42b895-fcda-4063-8a3b-11be15eb1bbd
parent 45ffa9fd
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:adaptation="http://www.descartes-research.net/metamodel/adaptation/0.1" xmlns:adaptation="http://www.descartes-research.net/metamodel/adaptation/0.1"
xmlns:adaptationpoints="http://www.descartes-research.net/metamodel/adaptationpoints/0.1" xmlns:adaptationpoints="http://www.descartes-research.net/metamodel/adaptationpoints/0.1"
xsi:schemaLocation="http://www.descartes-research.net/metamodel/adaptation/0.1 platform:/resource/edu.kit.ipd.descartes.mm.adaptation/model/adaptation.ecore http://www.descartes-research.net/metamodel/adaptationpoints/0.1 platform:/resource/edu.kit.ipd.descartes.mm.adaptationpoints/model/adaptationpoints.ecore" xsi:schemaLocation="http://www.descartes-research.net/metamodel/adaptation/0.1 ../../edu.kit.ipd.descartes.mm.adaptation/model/adaptation.ecore http://www.descartes-research.net/metamodel/adaptationpoints/0.1 ../../edu.kit.ipd.descartes.mm.adaptationpoints/model/adaptationpoints.ecore"
id="q" name="MyTestStaRepo"> id="q" name="MyTestStaRepo">
<tactics id="2341234" <tactics id="2341234"
name="myFirstIncreaseResourceTactic"> name="myFirstIncreaseResourceTactic">
...@@ -109,6 +109,46 @@ ...@@ -109,6 +109,46 @@
predecessor="123migration123"/> predecessor="123migration123"/>
</implementedPlan> </implementedPlan>
</tactics> </tactics>
<tactics id="123432"
name="testLoopActionTactic">
<implementedPlan
id="123543"
name="testLoopAction">
<steps
xsi:type="adaptation:StartAction"
id="testLoopStart"
successor="123loop123"/>
<steps
xsi:type="adaptation:LoopAction"
id="123loop123"
predecessor="testLoopStart"
successor="testLoopStop"
counter="4">
<body
id="231223"
name="loopBody">
<steps
xsi:type="adaptation:StartAction"
id="testLoopBodyStart"
successor="testLoopBodyAction"/>
<steps
xsi:type="adaptation:ActionReference"
id="testLoopBodyAction"
predecessor="testLoopBodyStart"
successor="testLoopBodyStop"
refersTo="41123123"/>
<steps
xsi:type="adaptation:StopAction"
id="testLoopBodyStop"
predecessor="testLoopBodyAction"/>
</body>
</steps>
<steps
xsi:type="adaptation:StopAction"
id="testLoopStop"
predecessor="123loop123"/>
</implementedPlan>
</tactics>
<actions id="2" <actions id="2"
name="myTestIncreaseCpuAction" name="myTestIncreaseCpuAction"
operationType="SCALE_UP"> operationType="SCALE_UP">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment