What Implement integration test for MDC that is run against OpenShift cluster How The goal of this task is to implement integration test for MDC backend which will do following:
- oc login to a OpenShift cluster used for testing
- sets up required environment variables (KUBERNETES_CONFIG, NAMESPACE)
- runs MDC backend service
- calls MDC service endpoints and checks for the responses (see mdc testing doc for more details.
Whether this test is implemented in Node.js, bash, ruby, Go, is up to you |