[jbossws-commits] JBossWS SVN: r16469 - hudson/trunk/scripts.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Mon Jul 16 13:24:38 EDT 2012


Author: alessio.soldano at jboss.com
Date: 2012-07-16 13:24:38 -0400 (Mon, 16 Jul 2012)
New Revision: 16469

Modified:
   hudson/trunk/scripts/jbossws-qa.sh
Log:
[JBWS-3475] Adding testQueue in hudson jobs, after all the jms tests already require "manual" setup to add use with proper group..


Modified: hudson/trunk/scripts/jbossws-qa.sh
===================================================================
--- hudson/trunk/scripts/jbossws-qa.sh	2012-07-13 05:12:50 UTC (rev 16468)
+++ hudson/trunk/scripts/jbossws-qa.sh	2012-07-16 17:24:38 UTC (rev 16469)
@@ -156,6 +156,10 @@
   ant $ENVIRONMENT tests-clean tests $TEST_OPTS 2>&1 | tee $WORKSPACE/tests.log
 }
 
+addTestQueue() {
+  $JBOSS_HOME/bin/jboss-cli.sh -c command="/subsystem=messaging/hornetq-server=default/jms-queue=testQueue/:add(entries=[\"queue/test\",\"java:jboss/exported/jms/queue/test\"])"
+}
+
 coreTestWithSpring() {
   setupJBossHome
   setupEnv
@@ -165,6 +169,7 @@
   removeJBossLogs
   startJBoss
   ensureRunningJBoss
+  addTestQueue
   logMavenDependencies
   runTestsViaMavenWithSpring
   copyTestLogs
@@ -199,6 +204,7 @@
   removeJBossLogs
   startJBoss
   ensureRunningJBoss
+  addTestQueue
   runTestsViaAnt
   copyTestLogs
   stopJBoss
@@ -231,6 +237,7 @@
   removeJBossLogs
   startJBoss
   ensureRunningJBoss
+  addTestQueue
   logMavenDependencies
   runTestsViaMavenWithSpring
   copyTestLogs



More information about the jbossws-commits mailing list