Skip to content

Commit

Permalink
Alter the execution order
Browse files Browse the repository at this point in the history
to ensure certs for multi-auth are ready
  • Loading branch information
MarcialRosales committed Nov 28, 2024
1 parent 5f4ad4d commit b0ce589
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion selenium/full-suite-management-ui
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion selenium/run-suites.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b0ce589

Please sign in to comment.