[jboss-cvs] JBoss Messaging SVN: r1533 - branches/Branch_1_0/tests/smoke
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed Nov 1 02:32:19 EST 2006
Author: ron_sigal
Date: 2006-11-01 02:32:18 -0500 (Wed, 01 Nov 2006)
New Revision: 1533
Modified:
branches/Branch_1_0/tests/smoke/build.xml
branches/Branch_1_0/tests/smoke/smoke.properties.example
Log:
JBMESSAGING-621: Replaced 4.0.5.CR1 with 4.0.5.GA and removed 4.0.3.
Modified: branches/Branch_1_0/tests/smoke/build.xml
===================================================================
--- branches/Branch_1_0/tests/smoke/build.xml 2006-11-01 05:01:06 UTC (rev 1532)
+++ branches/Branch_1_0/tests/smoke/build.xml 2006-11-01 07:32:18 UTC (rev 1533)
@@ -16,6 +16,9 @@
<property name="jboss.configuration" value="messaging-smoke-test"/>
<property name="messaging.client.jar.path" value="${basedir}/../../output/lib"/>
<property name="smoke.test.type" value="installation"/>
+
+ <property name="password" value="admin"/>
+ <property name="user" value="admin"/>
<!--
By default, each test (installation or compatiblity) runs all examples. If you want to
@@ -80,7 +83,7 @@
<param name="jboss.home" value="${jboss402.home}"/>
<param name="run.secure-socket.example" value="false"/>
</antcall>
-
+<!--
<antcall target="installation-test">
<param name="jboss.home" value="${jboss403.home}"/>
<param name="run.secure-socket.example" value="false"/>
@@ -90,12 +93,12 @@
<param name="jboss.home" value="${jboss403-installer.home}"/>
<param name="run.secure-socket.example" value="false"/>
</antcall>
-
+-->
<antcall target="installation-test">
<param name="jboss.home" value="${jboss403SP1.home}"/>
<param name="run.secure-socket.example" value="false"/>
</antcall>
-
+
<antcall target="installation-test">
<param name="jboss.home" value="${jboss403SP1-installer.home}"/>
<param name="run.secure-socket.example" value="false"/>
@@ -112,11 +115,11 @@
<antcall target="installation-test">
<param name="jboss.home" value="${jboss404GA.home}"/>
</antcall>
-
+
<antcall target="installation-test">
<param name="jboss.home" value="${jboss404GA-installer.home}"/>
</antcall>
-
+
<antcall target="installation-test">
<param name="jboss.home" value="${jboss404GA.home}"/>
<param name="release.admin.target" value="standalone"/>
@@ -124,7 +127,7 @@
<param name="run.stateless.example" value="false"/>
<param name="run.secure-socket.example" value="false"/>
</antcall>
-
+<!--
<antcall target="installation-test">
<param name="jboss.home" value="${jboss405CR1.home}"/>
</antcall>
@@ -142,7 +145,29 @@
<param name="no.java4" value="true"/>
<param name="run.ejb3mdb.example" value="true"/>
</antcall>
+-->
+ <antcall target="installation-test">
+ <param name="jboss.home" value="${jboss405GA.home}"/>
+ </antcall>
+ <antcall target="installation-test">
+ <param name="jboss.home" value="${jboss405GA-installer.home}"/>
+ </antcall>
+
+ <antcall target="installation-test">
+ <param name="jboss.home" value="${jboss405GA.home}"/>
+ <param name="release.admin.target" value="standalone"/>
+ <param name="run.mdb.example" value="false"/>
+ <param name="run.stateless.example" value="false"/>
+ <param name="run.secure-socket.example" value="false"/>
+ </antcall>
+
+ <antcall target="installation-test">
+ <param name="jboss.home" value="${jboss405GAejb3.home}"/>
+ <param name="no.java4" value="true"/>
+ <param name="run.ejb3mdb.example" value="true"/>
+ </antcall>
+
<!--
Stateless Session Bean installation test will fail on this because the client talks to
Messaging's remoting and to Unified Invoker's remoting and runs into compatibility
@@ -252,7 +277,7 @@
<antcall target="start"/>
<antcall target="write-current-jboss-home"/>
- <antcall target="sleep"><param name="sleep.interval" value="35"/></antcall>
+ <antcall target="sleep"><param name="sleep.interval" value="30"/></antcall>
<antcall target="ping-jms-server"/>
@@ -537,6 +562,19 @@
</target>
+
+ <target name="twiddle">
+
+ <java classname="org.jboss.console.twiddle.Twiddle" fork="yes" failonerror="yes"
+ dir="${jboss.home}/bin">
+ <arg line="-help"/>
+ <classpath>
+ <path refid="twiddle.classpath"/>
+ </classpath>
+ </java>
+
+ </target>
+
<target name="ping-jms-server">
<java classname="org.jboss.console.twiddle.Twiddle" fork="yes" failonerror="yes"
@@ -617,6 +655,8 @@
<jvmarg value="-Xms128m"/>
<jvmarg value="-Xmx128m"/>
<arg value="-S"/>
+ <arg value="--user=${user}"/>
+ <arg value="--password=${password}"/>
<classpath>
<pathelement location="${jboss.home}/bin/shutdown.jar"/>
<pathelement location="${jboss.home}/client/jbossall-client.jar"/>
Modified: branches/Branch_1_0/tests/smoke/smoke.properties.example
===================================================================
--- branches/Branch_1_0/tests/smoke/smoke.properties.example 2006-11-01 05:01:06 UTC (rev 1532)
+++ branches/Branch_1_0/tests/smoke/smoke.properties.example 2006-11-01 07:32:18 UTC (rev 1533)
@@ -12,6 +12,8 @@
jboss403SP1-installer.home=C:\\work\\jnlp\\jboss-4.0.3SP1
jboss404GA.home=C:\\work\\src\\jboss-4.0.4.GA-src\\build\\output\\jboss-4.0.4.GA
jboss404GA-installer.home=C:\\work\\jnlp\\jboss-4.0.4.GA
+jboss405GA.home=C:\\work\\src\\jboss-4.0.5.GA-src\\build\\output\\jboss-4.0.5.GA
+jboss405GA-installer.home=C:\\work\\jnlp\\jboss-4.0.5.GA
jboss500Alpha.home=C:\\work\\src\\cvs\\jboss-head\\build\\output\\jboss-5.0.0.Alpha
More information about the jboss-cvs-commits
mailing list