-
Story
-
Resolution: Done
-
Normal
-
None
Description
The test scenario:
- Create an application in a form of Deployment or DeploymenConfig and set matching labels on it
- Create a backing service #1 (PostgreSQL DB) instance
- Create a backing service #2 (PostgreSQL DB) instance different from #1
- Create ServiceBindingRequest #1 to bind the App (selected by the labels) and DB #1
- Create ServiceBindingRequest #2 to bind the App (selected by the labels) and DB #2
- Verify that the App has the proper env variables set for both backing services and is re-deployed without errors.
Acceptance Criteria
- A new test is added to be executed by the
make test-unit
command so it can be executed on CI.
- is duplicated by
-
APPSVC-208 Created automated test for binding one app to multiple services
- Closed
- is related to
-
APPSVC-235 Review of reliable automated test coverage
- Closed