You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by ni...@apache.org on 2014/03/10 10:43:26 UTC

[15/20] git commit: adding a test resource

adding a test resource


Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/86fec477
Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/86fec477
Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/86fec477

Branch: refs/heads/master
Commit: 86fec4774e3f007ea7924f8835336fe7b8977ab9
Parents: 2499ddb
Author: Nirmal Fernando <ni...@apache.org>
Authored: Mon Mar 10 15:07:46 2014 +0530
Committer: Nirmal Fernando <ni...@apache.org>
Committed: Mon Mar 10 15:07:46 2014 +0530

----------------------------------------------------------------------
 .../src/test/resources/agent-flow.conf                         | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/86fec477/components/org.apache.stratos.cartridge.agent/src/test/resources/agent-flow.conf
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.cartridge.agent/src/test/resources/agent-flow.conf b/components/org.apache.stratos.cartridge.agent/src/test/resources/agent-flow.conf
new file mode 100644
index 0000000..1818d9c
--- /dev/null
+++ b/components/org.apache.stratos.cartridge.agent/src/test/resources/agent-flow.conf
@@ -0,0 +1,6 @@
+[Initializing]=org.apache.stratos.cartridge.agent.phase.impl.InitializingPhase
+org.apache.stratos.cartridge.agent.executor.impl.StartListenersExtensionExecutor
+org.apache.stratos.cartridge.agent.executor.impl.ScriptExtensionExecutor=a.sh,b.sh
+
+[Starting]=org.apache.stratos.cartridge.agent.phase.impl.StartingPhase
+org.apache.stratos.cartridge.agent.executor.impl.ScriptExtensionExecutor=start-servers.sh
\ No newline at end of file