No need to install ActiveMQ broker for tests. Production brokers are used.
authorZdeněk Šustr <sustr4@cesnet.cz>
Thu, 21 Apr 2011 12:48:13 +0000 (12:48 +0000)
committerZdeněk Šustr <sustr4@cesnet.cz>
Thu, 21 Apr 2011 12:48:13 +0000 (12:48 +0000)
org.glite.testsuites.ctb/LB/tests/lb-run-tests.sh

index 9d6eba3..d1f1629 100755 (executable)
@@ -120,7 +120,8 @@ export LBTSTCOLS
 
 yum install -q -y globus-proxy-utils 
 yum install -q -y postgresql postgresql-server
-yum install -q -y activemq java-1.6.0-openjdk
+#Standard setup now uses production brokers. No need to install our own.
+#yum install -q -y activemq java-1.6.0-openjdk
 
 /etc/init.d/postgresql start
 mv /var/lib/pgsql/data/pg_hba.conf /var/lib/pgsql/data/pg_hba.conf.orig
@@ -132,12 +133,12 @@ EOF
 /etc/init.d/postgresql reload
 createuser -U postgres -S -R -D rtm
 
-if [ -f ~/.activemqrc ]; then
-       echo ActiveMQ already configured
-else
-       activemq setup ~/.activemqrc
-       activemq start
-fi
+#if [ -f ~/.activemqrc ]; then
+#      echo ActiveMQ already configured
+#else
+#      activemq setup ~/.activemqrc
+#      activemq start
+#fi
 
 
 cd /tmp