We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38466a7 commit 31a74e4Copy full SHA for 31a74e4
test/e2e/README.md
@@ -30,6 +30,12 @@ The value can be picked up from the Integration Key in the above link
30
31
export CAD_PAGERDUTY_ROUTING_KEY=<url-integration-key-value>
32
33
+7. OCM_CLUSTER_ID
34
+
35
+For running the test cases set up the value of OCM_CLUSTER_ID from the Internal ID of the cluster created in Step #3.
36
37
+export OCM_CLUSTER_ID=<internal-cluster-id>
38
39
7. Run test suite using
40
41
DISABLE_JUNIT_REPORT=true KUBECONFIG=/(path-to)/kubeconfig ./(path-to)/bin/ginkgo --tags=osde2e -v test/e2e
0 commit comments