Skip to content

Commit 6b78114

Browse files
Moved changes to feature-8662
1 parent 338e178 commit 6b78114

29 files changed

+11
-248
lines changed

selenium/suites/authnz-messaging/auth-cache-http-backends.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
SCRIPT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
44

55
TEST_CASES_PATH=/authnz-msg-protocols
6-
PROFILES="amqp-http-user auth-http auth_backends-cache-http "
6+
PROFILES="http-user auth-http auth_backends-cache-http "
77

88
source $SCRIPT/../../bin/suite_template
99
runWith mock-auth-backend-http

selenium/suites/authnz-messaging/auth-cache-ldap-backends.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
SCRIPT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
44

55
TEST_CASES_PATH=/authnz-msg-protocols
6-
PROFILES="amqp-ldap-user auth-ldap auth_backends-cache-ldap"
6+
PROFILES="ldap-user auth-ldap auth_backends-cache-ldap"
77

88
source $SCRIPT/../../bin/suite_template
99
runWith mock-auth-backend-ldap

selenium/suites/authnz-messaging/auth-http-backend-with-mtls.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
SCRIPT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
44

55
TEST_CASES_PATH=/authnz-msg-protocols
6-
PROFILES="amqp-internal-user auth-http auth_backends-http auth-mtls"
6+
PROFILES="internal-user auth-http auth_backends-http auth-mtls"
77
# internal-user profile is used because the client certificates to
88
# access rabbitmq are issued with the alt_name = internal-user
99

selenium/suites/authnz-messaging/auth-http-internal-backends-with-internal.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
SCRIPT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
44

55
TEST_CASES_PATH=/authnz-msg-protocols
6-
PROFILES="amqp-internal-user auth-http auth_backends-http-internal "
6+
PROFILES="internal-user auth-http auth_backends-http-internal "
77

88
source $SCRIPT/../../bin/suite_template
99
runWith mock-auth-backend-http

selenium/suites/authnz-messaging/auth-http-internal-backends.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
SCRIPT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
44

55
TEST_CASES_PATH=/authnz-msg-protocols
6-
PROFILES="amqp-http-user auth-http auth_backends-http-internal "
6+
PROFILES="http-user auth-http auth_backends-http-internal "
77

88
source $SCRIPT/../../bin/suite_template
99
runWith mock-auth-backend-http

selenium/suites/authnz-messaging/auth-internal-backend.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
SCRIPT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
44

55
TEST_CASES_PATH=/authnz-msg-protocols
6-
PROFILES="amqp-internal-user auth_backends-internal"
6+
PROFILES="internal-user auth_backends-internal"
77

88
source $SCRIPT/../../bin/suite_template
99
run

selenium/suites/authnz-messaging/auth-internal-http-backends.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
SCRIPT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
44

55
TEST_CASES_PATH=/authnz-msg-protocols
6-
PROFILES="amqp-internal-user auth_http auth_backends-internal-http "
6+
PROFILES="internal-user auth_http auth_backends-internal-http "
77

88
source $SCRIPT/../../bin/suite_template
99
runWith mock-auth-backend-http

selenium/suites/authnz-messaging/auth-internal-mtls-backend.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
SCRIPT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
44

55
TEST_CASES_PATH=/authnz-msg-protocols
6-
PROFILES="amqp-internal-user auth_backends-internal tls auth-mtls"
6+
PROFILES="internal-user auth_backends-internal tls auth-mtls"
77

88
source $SCRIPT/../../bin/suite_template
99
run

selenium/suites/authnz-messaging/auth-ldap-backend.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
SCRIPT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
44

55
TEST_CASES_PATH=/authnz-msg-protocols
6-
PROFILES="amqp-ldap-user auth-ldap auth_backends-ldap "
6+
PROFILES="ldap-user auth-ldap auth_backends-ldap "
77

88
source $SCRIPT/../../bin/suite_template
99
runWith mock-auth-backend-ldap

selenium/suites/authnz-messaging/auth-oauth-backend-with-opaque-tokens.sh

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)