[jboss-cvs] JBossAS SVN: r106186 - branches/Branch_No_Multicast/testsuite/imports.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jun 18 20:20:57 EDT 2010


Author: smarlow at redhat.com
Date: 2010-06-18 20:20:57 -0400 (Fri, 18 Jun 2010)
New Revision: 106186

Modified:
   branches/Branch_No_Multicast/testsuite/imports/server-config.xml
Log:
messaging test is working with ec2

Modified: branches/Branch_No_Multicast/testsuite/imports/server-config.xml
===================================================================
--- branches/Branch_No_Multicast/testsuite/imports/server-config.xml	2010-06-19 00:05:59 UTC (rev 106185)
+++ branches/Branch_No_Multicast/testsuite/imports/server-config.xml	2010-06-19 00:20:57 UTC (rev 106186)
@@ -1200,6 +1200,10 @@
          <sysproperty key="java.endorsed.dirs" value="${jboss.dist}/lib/endorsed" />
          <sysproperty key="jgroups.udp.ip_ttl" value="${jbosstest.udp.ip_ttl}" />
          <sysproperty key="xb.builder.useUnorderedSequence" value="true" />
+         <!-- Allow this config to be used to test the cluster-ec2 profile -->
+         <sysproperty key="jboss.jgroups.s3_ping.access_key" value="${s3_ping.access_key}" />
+         <sysproperty key="jboss.jgroups.s3_ping.secret_access_key" value="${s3_ping.secret_access_key}" />
+         <sysproperty key="jboss.jgroups.s3_ping.bucket" value="${s3_ping.bucket}" />
       </server>
       <server name="jbm-cluster1" host="${node0}">
            <jvmarg value="-Xms128m" />



More information about the jboss-cvs-commits mailing list