[jboss-svn-commits] JBL Code SVN: r34777 - labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Aug 18 10:38:59 EDT 2010


Author: whitingjr
Date: 2010-08-18 10:38:59 -0400 (Wed, 18 Aug 2010)
New Revision: 34777

Modified:
   labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-api.properties
   labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-api.xml
Log:
Added command to start on jmsclient3.

Modified: labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-api.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-api.properties	2010-08-18 14:22:16 UTC (rev 34776)
+++ labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-api.properties	2010-08-18 14:38:59 UTC (rev 34777)
@@ -5,6 +5,7 @@
 start.controller.command=nohup ${spec.install.dir}/ant -buildfile ${spec.install.dir}/build.xml startController -Dcontroller.host=jmsclient1 > /tmp/controller.txt &
 start.satellite.one=nohup ${spec.install.dir}/ant -buildfile ${spec.install.dir}/build.xml startSatellite -Dcontroller.host=jmsclient1 > /tmp/satellite-jmsclient1.txt &
 start.satellite.two=nohup ${spec.install.dir}/ant -buildfile ${spec.install.dir}/build.xml startSatellite -Dcontroller.host=jmsclient1 > /tmp/satellite-jmsclient2.txt &
+start.satellite.three=nohup ${spec.install.dir}/ant -buildfile ${spec.install.dir}/build.xml startSatellite -Dcontroller.host=jmsclient1 > /tmp/satellite-jmsclient3.txt &
 
 start.eap.command=nohup /jboss-5.1.0.Branch/bin/run.sh -c production -b hornetq &
 

Modified: labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-api.xml
===================================================================
--- labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-api.xml	2010-08-18 14:22:16 UTC (rev 34776)
+++ labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-api.xml	2010-08-18 14:38:59 UTC (rev 34777)
@@ -101,6 +101,11 @@
             username="${benchmark.client.02.username}"
             password="${benchmark.client.02.password}"
             command="${start.satellite.two}"/>
+         <echo>start satellite3</echo>
+         <sshexec host="${benchmark.client.03.host}"
+            username="${benchmark.client.03.username}"
+            password="${benchmark.client.03.password}"
+            command="${start.satellite.three}"/>
             
       </parallel>
       <sleep seconds="${wait.benchmark.startup.period.inSeconds}"/>



More information about the jboss-svn-commits mailing list