From 9b96f0292017994c0bc3ee29bffa8c75e479055b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zden=C4=9Bk=20=C5=A0ustr?= Date: Mon, 14 Nov 2011 13:02:13 +0000 Subject: [PATCH] Store proxy --- org.glite.testsuites.ctb/PX/tests/px-test-all.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- "; -- 1.8.2.3