[jboss-cvs] JBossAS SVN: r65413 - trunk/testsuite/imports/config.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Sep 14 17:46:17 EDT 2007


Author: bstansberry at jboss.com
Date: 2007-09-14 17:46:17 -0400 (Fri, 14 Sep 2007)
New Revision: 65413

Modified:
   trunk/testsuite/imports/config/tests-clustering.xml
Log:
Add a target to run just the basic http tests

Modified: trunk/testsuite/imports/config/tests-clustering.xml
===================================================================
--- trunk/testsuite/imports/config/tests-clustering.xml	2007-09-14 21:44:04 UTC (rev 65412)
+++ trunk/testsuite/imports/config/tests-clustering.xml	2007-09-14 21:46:17 UTC (rev 65413)
@@ -532,4 +532,27 @@
    <server:stop name="cluster-${jboss-junit-configuration}-1"/>
   </target>
 
+  <!-- Runs only the basic http tests (ASYNC, with BR) -->
+  <target name="tests-clustering-http">
+
+   <property name="jboss-junit-configuration" value="udp"/>
+
+   <antcall target="tests-clustering-configure" inheritRefs="true"/>
+
+   <server:start name="cluster-${jboss-junit-configuration}-0"/>
+   <server:start name="cluster-${jboss-junit-configuration}-1"/>
+
+   <echo message="Going to call target tests-clustering-unit for HTTP tests (ASYNC, with BR)"/>
+
+   <antcall target="tests-clustering-unit">
+     <param name="cluster.includes.refid" value="cluster.defaultcfg.http.includes"/>
+     <param name="jboss-junit-configuration" value="Default-${jboss-junit-configuration}"/>
+     <param name="jbosstest.cluster.node0.config" value="cluster-${jboss-junit-configuration}-0"/>
+     <param name="jbosstest.cluster.node1.config" value="cluster-${jboss-junit-configuration}-1"/>
+   </antcall>
+
+   <server:stop name="cluster-${jboss-junit-configuration}-0"/>
+   <server:stop name="cluster-${jboss-junit-configuration}-1"/>
+  </target>
+
 </project>
\ No newline at end of file




More information about the jboss-cvs-commits mailing list