rabbitmq-server/selenium/bin/components
Marcial Rosales c306fd9e60 Exclude other_rabbitmq when running start-others. And fix some issues
(cherry picked from commit 81cf5f2e46)
2025-05-08 17:45:46 +00:00
..
README.md Move selenium to the root of the repo 2024-09-04 14:59:58 +01:00
devkeycloak Use tls in oauth providers and rabbitmq 2024-11-14 19:39:06 +01:00
devkeycloak-proxy Renconcile changes from tanzu rabbitmq 2025-04-08 19:21:52 +00:00
fakeportal Use POST+Redirect_with_cookie 2025-03-12 19:17:32 +00:00
fakeproxy Use tls in oauth providers and rabbitmq 2024-11-14 19:39:06 +01:00
forward-proxy Renconcile changes from tanzu rabbitmq 2025-04-08 19:21:52 +00:00
keycloak Renconcile changes from tanzu rabbitmq 2025-04-08 19:21:52 +00:00
mock-auth-backend-http Move selenium to the root of the repo 2024-09-04 14:59:58 +01:00
mock-auth-backend-ldap Move selenium to the root of the repo 2024-09-04 14:59:58 +01:00
other-rabbitmq Add functions to mgt-api for selenium 2025-05-07 16:00:11 +00:00
prodkeycloak Use tls in oauth providers and rabbitmq 2024-11-14 19:39:06 +01:00
prodkeycloak-proxy Renconcile changes from tanzu rabbitmq 2025-04-08 19:21:52 +00:00
proxy Move selenium to the root of the repo 2024-09-04 14:59:58 +01:00
rabbitmq Exclude other_rabbitmq when running start-others. And fix some issues 2025-05-08 17:45:46 +00:00
selenium Make Selenium image configurable 2025-02-25 16:32:04 +00:00
uaa Use tls in oauth providers and rabbitmq 2024-11-14 19:39:06 +01:00

README.md

These shell scripts are not meant to be executed directly. Instead they are imported by bin/suite_template script.

Each component required to run a test, for instance, uaa or keycloak, has its own script with its corresponding function: start_()

Although there is a convention to have two functions, the entrypoint start_<ComponentName>(), and init_<ComponentName>(). The latter is called by the former to initialize environment variables. There is a third entry point for third party components (i.e. all except rabbitmq), the ensure_<ComponentName>(). This function starts the component if it is not running. Whereas start_<ComponentName>() kills the component's container if it is running and start it again.