rabbitmq-server/deps/rabbitmq_management/selenium/suites/oauth-with-uaa.sh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
233 B
Bash
Raw Normal View History

2022-10-03 19:10:21 +08:00
#!/usr/bin/env bash
SCRIPT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
2023-03-21 19:39:28 +08:00
TEST_CASES_PATH=/oauth/with-sp-initiated
2022-10-03 19:10:21 +08:00
TEST_CONFIG_PATH=/oauth
2023-03-21 19:39:28 +08:00
PROFILES="uaa uaa-oauth-provider"
2022-10-03 19:10:21 +08:00
source $SCRIPT/../bin/suite_template $@
2023-03-21 19:39:28 +08:00
runWith uaa