From: Zdeněk Šustr Date: Thu, 5 Apr 2012 05:54:12 +0000 (+0000) Subject: Registered twice, must unregister twice X-Git-Tag: glite-px-proxyrenewal_R_1_3_25_2~41 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=ed2d5329ef0b39fa966a00ddab016cc60afac7ef;p=jra1mw.git Registered twice, must unregister twice --- 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 0b9485a..c923210 100755 --- a/org.glite.testsuites.ctb/PX/tests/px-test-all.sh +++ b/org.glite.testsuites.ctb/PX/tests/px-test-all.sh @@ -224,6 +224,14 @@ if [ $? -eq 0 ]; then test_failed print_error "Not created as the same registration!${NL}Old proxy: $REGISTERED_PROXY${NL}New proxy: $NEW_REGISTERED" fi + printf "Removing 2nd registration... " + glite-proxy-renew -j $JOBID stop; + if [ $? -eq 0 ]; then + test_done + else + test_failed + print_error "Failed to stop" + fi else test_failed