myproxy with default lifetime
authorZdeněk Šustr <sustr4@cesnet.cz>
Fri, 2 Dec 2011 08:14:30 +0000 (08:14 +0000)
committerZdeněk Šustr <sustr4@cesnet.cz>
Fri, 2 Dec 2011 08:14:30 +0000 (08:14 +0000)
org.glite.testsuites.ctb/PX/tests/px-test-all.sh

index 785ccf5..794ecea 100755 (executable)
@@ -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";