Skip to content

Commit b0ce589

Browse files
Alter the execution order
to ensure certs for multi-auth are ready
1 parent 5f4ad4d commit b0ce589

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

selenium/full-suite-management-ui

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
authnz-mgt/basic-auth-behind-proxy.sh
22
authnz-mgt/basic-auth.sh
33
authnz-mgt/basic-auth-with-mgt-prefix.sh
4-
authnz-mgt/multi-oauth-with-basic-auth-when-idps-down.sh
54
authnz-mgt/multi-oauth-with-basic-auth.sh
65
authnz-mgt/multi-oauth-without-basic-auth-and-resource-label-and-scopes.sh
76
authnz-mgt/multi-oauth-without-basic-auth.sh
7+
authnz-mgt/multi-oauth-with-basic-auth-when-idps-down.sh
88
authnz-mgt/oauth-and-basic-auth.sh
99
authnz-mgt/oauth-idp-initiated-with-uaa-and-prefix-via-proxy.sh
1010
authnz-mgt/oauth-idp-initiated-with-uaa-and-prefix.sh

selenium/run-suites.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ do
3030
fi
3131
echo -e "=== $TEST_STATUS $SUITE ==========================================="
3232
echo " "
33-
done <<< "$(cat $SCRIPT/$SUITE_FILE | sort)"
33+
done <<< "$(cat $SCRIPT/$SUITE_FILE)"
3434

3535
echo -e "=== Summary (${TOTAL_SUITES}/${GREEN}${#SUCCESSFUL_SUITES[@]}/${RED}${#FAILED_SUITES[@]}${NC}) ============================================"
3636
if [ ${#SUCCESSFUL_SUITES[@]} -gt 0 ]; then echo -e " > ${GREEN}Successful suites ${NC}"; fi

0 commit comments

Comments
 (0)