You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,17 @@ This test runs whenever we commit to our `staging` branch, and at the moment may
69
69
70
70
Run with `npm run test:integration:eks`.
71
71
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
+
72
83
### Package Managers ###
73
84
74
85
These tests attempt to provide some more thorough coverage for our scans of specific package manager: APK, APT and RPM.
0 commit comments