meta-script fixes
authorGianni Pucciani <Gianni.Pucciani@cern.ch>
Fri, 3 Oct 2008 12:14:25 +0000 (12:14 +0000)
committerGianni Pucciani <Gianni.Pucciani@cern.ch>
Fri, 3 Oct 2008 12:14:25 +0000 (12:14 +0000)
org.glite.testsuites.ctb/LB/LB-certconfig
org.glite.testsuites.ctb/LB/LB-certtest.sh

index 0ca9da9..df363ef 100644 (file)
@@ -1,5 +1,8 @@
 #Defining arguments for the test scripts
 
+#LB hostname
 LB_HOST="lxbra2303.cern.ch"
 
+#hostname:port
+export GLITE_WMS_QUERY_SERVER="lxbra2303.cern.ch:9000"
 
index d54ff72..f18a96f 100755 (executable)
@@ -61,6 +61,10 @@ if [ -z "$LB_HOST" ]; then
   exitFailure
 fi
 
+if [ -z "$GLITE_WMS_QUERY_SERVER" ]; then
+  echo "You need to set GLITE_WMS_QUERY_SERVER in order to run the tests"
+  exitFailure
+fi
 #########
 # START #
 #########