From: Zdeněk Šustr Date: Mon, 14 Nov 2011 13:07:22 +0000 (+0000) Subject: show MyProxy storage status X-Git-Tag: merge_30_head_take2_dst~36 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=beb4878489a3ea873b9e184caa20fa7d3077680b;p=jra1mw.git show MyProxy storage status --- 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 d421cd5..acdacd6 100755 --- a/org.glite.testsuites.ctb/PX/tests/px-test-all.sh +++ b/org.glite.testsuites.ctb/PX/tests/px-test-all.sh @@ -108,7 +108,9 @@ fi JOBID=https://fake.job.id/xxx ORIG_PROXY=`voms-proxy-info | grep -E "^path" | sed 's/^path\s*:\s*//'` +PROXYDN=`voms-proxy-info | grep -E "^identity" | sed 's/^identity\s*:\s*//'` myproxy-store --certfile $ORIG_PROXY --keyfile $ORIG_PROXY -s localhost -d +myproxy-info -s localhost -l "$PROXYDN" 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 -- ";