Test also when proxy server on different machine from bkserver.
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Wed, 4 Aug 2010 18:20:49 +0000 (18:20 +0000)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Wed, 4 Aug 2010 18:20:49 +0000 (18:20 +0000)
org.glite.testsuites.ctb/LB/tests/lb-test-proxy-delivery.sh

index baa9dc3..20a169f 100755 (executable)
@@ -116,7 +116,7 @@ else
 
                # Register job:
                printf "Registering testing job "
-               jobid=`${LBJOBREG} -m ${GLITE_WMS_QUERY_SERVER} -s application | ${SYS_GREP} "new jobid" | ${SYS_AWK} '{ print $3 }'`
+               jobid=`${LBJOBREG} -X ${GLITE_WMS_LBPROXY_STORE_SOCK}store.sock -m ${GLITE_WMS_QUERY_SERVER} -s application | ${SYS_GREP} "new jobid" | ${SYS_AWK} '{ print $3 }'`
 
                if [ -z $jobid  ]; then
                        test_failed