From: Zdeněk Šustr Date: Mon, 14 Nov 2011 13:02:13 +0000 (+0000) Subject: Store proxy X-Git-Tag: merge_30_head_take2_dst~37 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=9b96f0292017994c0bc3ee29bffa8c75e479055b;p=jra1mw.git Store proxy --- diff --git a/org.glite.testsuites.ctb/PX/tests/px-test-all.sh b/org.glite.testsuites.ctb/PX/tests/px-test-all.sh index cb486ad..d421cd5 100755 --- a/org.glite.testsuites.ctb/PX/tests/px-test-all.sh +++ b/org.glite.testsuites.ctb/PX/tests/px-test-all.sh @@ -90,7 +90,7 @@ test_start # check_binaries printf "Testing if all binaries are available" -check_binaries curl rm chown openssl sleep voms-proxy-info grep sed glite-proxy-renew wget +check_binaries curl rm chown openssl sleep voms-proxy-info grep sed glite-proxy-renew wget myproxy-store if [ $? -gt 0 ]; then test_failed exit 2 @@ -108,6 +108,7 @@ fi JOBID=https://fake.job.id/xxx ORIG_PROXY=`voms-proxy-info | grep -E "^path" | sed 's/^path\s*:\s*//'` +myproxy-store --certfile $ORIG_PROXY --keyfile $ORIG_PROXY -s localhost -d REGISTERED_PROXY=`glite-proxy-renew -s localhost -f $ORIG_PROXY -j $JOBID start` printf "\tProxy:\t$ORIG_PROXY\n\tRenew:\t$REGISTERED_PROXY\n"; printf "Registered proxy -- ";