From: Zdeněk Šustr Date: Fri, 2 Dec 2011 08:14:30 +0000 (+0000) Subject: myproxy with default lifetime X-Git-Tag: merge_30_head_take2_after~51 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=d2a8a40b3c4232b27685137438c9d62c2bdb17d9;p=jra1mw.git myproxy with default lifetime --- 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 785ccf5..794ecea 100755 --- a/org.glite.testsuites.ctb/PX/tests/px-test-all.sh +++ b/org.glite.testsuites.ctb/PX/tests/px-test-all.sh @@ -115,8 +115,9 @@ 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 -printf "Registering proxy by calling myproxy-init -s localhost -d -n -t 1 --certfile $x509_USER_CERT --keyfile $x509_USER_KEY\n" -myproxy-init -s localhost -d -n -t 1 -c 1 --certfile $x509_USER_CERT --keyfile $x509_USER_KEY +printf "Registering proxy by calling myproxy-init -s localhost -d -n -t 1 -c 1 --certfile $x509_USER_CERT --keyfile $x509_USER_KEY\n" +#myproxy-init -s localhost -d -n -t 1 -c 1 --certfile $x509_USER_CERT --keyfile $x509_USER_KEY +myproxy-init -s localhost -d -n --certfile $x509_USER_CERT --keyfile $x509_USER_KEY 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";