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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Sep 10 11:16:07 EDT 2007


Author: bstansberry at jboss.com
Date: 2007-09-10 11:16:07 -0400 (Mon, 10 Sep 2007)
New Revision: 65279

Modified:
   trunk/testsuite/imports/config/tests-clustering.xml
Log:
Add a tests-clustering-non-http target

Modified: trunk/testsuite/imports/config/tests-clustering.xml
===================================================================
--- trunk/testsuite/imports/config/tests-clustering.xml	2007-09-10 14:57:49 UTC (rev 65278)
+++ trunk/testsuite/imports/config/tests-clustering.xml	2007-09-10 15:16:07 UTC (rev 65279)
@@ -509,4 +509,27 @@
     <server:stop name="cluster-field-${jboss-junit-configuration}-TOTAL-1"/>
    </target>
 
+  <!-- Runs only the non-http tests -->
+  <target name="tests-clustering-non-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 ${test}"/>
+
+   <antcall target="tests-clustering-unit">
+     <param name="cluster.includes.refid" value="cluster.defaultcfg.non.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