rabbitmq-server/selenium/suites/authnz-mgt/basic-auth-with-mgt-prefix.sh

10 lines
179 B
Bash
Executable File

#!/usr/bin/env bash
SCRIPT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
TEST_CASES_PATH=/basic-auth
PROFILES="mgt-prefix"
source $SCRIPT/../../bin/suite_template $@
run