Skip to content

Commit 2705282

Browse files
author
Arthur Granado
committed
docs: Include OpenShift 4 integration test docs
1 parent 2a0b274 commit 2705282

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

test/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,17 @@ This test runs whenever we commit to our `staging` branch, and at the moment may
6969

7070
Run with `npm run test:integration:eks`.
7171

72+
### OpenShift 4 ###
73+
74+
OpenShift 4 is Red Hat platform and helps us ensure we support not only the generic Kubernetes API, but also specifically OpenShift 4.
75+
76+
This test uses an existing Google Cloud Platform (GCP) account with an existing OpenShift 4 cluster, and as such has a few more prerequisites:
77+
- OpenShift 4 environment variables: `OPEN_SHIFT_4_USER_PASSWORD` and `OPEN_SHIFT_4_CLUSTER_URL` are used to authenticate against the OpenShift 4 cluster in GCP account.
78+
79+
This test runs whenever we commit to our `staging` branch, and at the moment may only run once concurrently since it uses the same cluster.
80+
81+
Run with `npm run test:integration:openshift4`.
82+
7283
### Package Managers ###
7384

7485
These tests attempt to provide some more thorough coverage for our scans of specific package manager: APK, APT and RPM.

0 commit comments

Comments
 (0)