From b0ce589ef01c658759986b6d5a59142eebc063f5 Mon Sep 17 00:00:00 2001 From: Marcial Rosales Date: Thu, 28 Nov 2024 11:59:01 +0100 Subject: [PATCH] Alter the execution order to ensure certs for multi-auth are ready --- selenium/full-suite-management-ui | 2 +- selenium/run-suites.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/selenium/full-suite-management-ui b/selenium/full-suite-management-ui index 16ae3233eb31..dc58a67e0edf 100644 --- a/selenium/full-suite-management-ui +++ b/selenium/full-suite-management-ui @@ -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 diff --git a/selenium/run-suites.sh b/selenium/run-suites.sh index b1d16a519578..70f7e5685a45 100755 --- a/selenium/run-suites.sh +++ b/selenium/run-suites.sh @@ -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