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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jun 21 14:36:33 EDT 2010


Author: pferraro
Date: 2010-06-21 14:36:32 -0400 (Mon, 21 Jun 2010)
New Revision: 106216

Modified:
   branches/Branch_No_Multicast/testsuite/local.properties
Log:
Restore node0,node1,node2,node3 values

Modified: branches/Branch_No_Multicast/testsuite/local.properties
===================================================================
--- branches/Branch_No_Multicast/testsuite/local.properties	2010-06-21 17:28:29 UTC (rev 106215)
+++ branches/Branch_No_Multicast/testsuite/local.properties	2010-06-21 18:36:32 UTC (rev 106216)
@@ -49,13 +49,13 @@
 # (even at the same machine). Actually what we needed are just node0 and node1
 # ips and the rest are optional. 
 #
-node0=127.0.0.1
+#node0=${env.MYTESTIP_1}
 #node0=192.168.15.101
 #node0.http.url=http://192.168.1.103:8080
 #node0.jndiurl=jnp://192.168.1.103:1099
 #node0.hajndi.url=jnp://192.168.1.103:1100
 
-node1=127.0.0.2
+#node1=${env.MYTESTIP_2}
 #node1.http.url=http://192.168.1.113:8080
 #node1.jndiurl=jnp://192.168.1.113:1099
 #node1.hajndi.url=jnp://192.168.1.113:1100
@@ -73,8 +73,8 @@
 # to test transactions distributed across multiple servers. Those tests 
 # need all four properties node0, node1, node2, and node3. Note that you 
 # will need to have four separate ips (even at the same machine). 
-node2=127.0.0.3
-node3=127.0.0.4
+node2=${env.MYTESTIP_3}
+node3=${env.MYTESTIP_4}
 
 # Amazon S3 Access Info for use in testing cluster-ec2 profile
 #s3_ping.access_key=yourkeyhere



More information about the jboss-cvs-commits mailing list