Alter the execution order

to ensure certs for multi-auth are ready
This commit is contained in:
Marcial Rosales 2024-11-28 11:59:01 +01:00
parent 5f4ad4d51d
commit b0ce589ef0
2 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
authnz-mgt/basic-auth-behind-proxy.sh
authnz-mgt/basic-auth.sh
authnz-mgt/basic-auth-with-mgt-prefix.sh
authnz-mgt/multi-oauth-with-basic-auth-when-idps-down.sh
authnz-mgt/multi-oauth-with-basic-auth.sh
authnz-mgt/multi-oauth-without-basic-auth-and-resource-label-and-scopes.sh
authnz-mgt/multi-oauth-without-basic-auth.sh
authnz-mgt/multi-oauth-with-basic-auth-when-idps-down.sh
authnz-mgt/oauth-and-basic-auth.sh
authnz-mgt/oauth-idp-initiated-with-uaa-and-prefix-via-proxy.sh
authnz-mgt/oauth-idp-initiated-with-uaa-and-prefix.sh

View File

@ -30,7 +30,7 @@ do
fi
echo -e "=== $TEST_STATUS $SUITE ==========================================="
echo " "
done <<< "$(cat $SCRIPT/$SUITE_FILE | sort)"
done <<< "$(cat $SCRIPT/$SUITE_FILE)"
echo -e "=== Summary (${TOTAL_SUITES}/${GREEN}${#SUCCESSFUL_SUITES[@]}/${RED}${#FAILED_SUITES[@]}${NC}) ============================================"
if [ ${#SUCCESSFUL_SUITES[@]} -gt 0 ]; then echo -e " > ${GREEN}Successful suites ${NC}"; fi