Skip to content

Commit c493217

Browse files
committed
Correct references to OCR
1 parent ef179ae commit c493217

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

integration-tests/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -232,13 +232,13 @@ The below env variables are required for SHARED_CLUSTER=true:
232232

233233
| Variable | Description |
234234
| --- | --- |
235-
| REPO_REGISTRY | OCIR Server to push/pull the Operator image |
236-
| REPO_USERNAME | OCIR Username |
237-
| REPO_PASSWORD | OCIR token |
238-
| REPO_EMAIL | OCIR email |
235+
| REPO_REGISTRY | OCR Server to push/pull the Operator image |
236+
| REPO_USERNAME | OCR username |
237+
| REPO_PASSWORD | OCR password |
238+
| REPO_EMAIL | OCR e-mail |
239239
| DOCKER_USERNAME | Docker username to pull the Weblogic image |
240240
| DOCKER_PASSWORD | Docker password |
241-
| DOCKER_EMAIL | Docker email |
241+
| DOCKER_EMAIL | Docker e-mail |
242242
| K8S_NODEPORT_HOST | DNS name of a Kubernetes worker node. |
243243

244244
Successful run will have the output like below:
@@ -303,9 +303,9 @@ JUnit test results can be seen at "integration-tests/target/failsafe-reports/TES
303303
- And get access to FMW Infrastructure 12c Image: **_container-registry.oracle.com/middleware/fmw-infrastructure:12.2.1.3_**
304304
- export the following before running the tests:
305305
```
306-
export REPO_USERNAME=<ocir_username>
307-
export REPO_PASSWORD=<ocir_password>
308-
export REPO_EMAIL=<ocir_email>
306+
export REPO_USERNAME=<ocr_username>
307+
export REPO_PASSWORD=<ocr_password>
308+
export REPO_EMAIL=<ocr_email>
309309
```
310310
311311
Method 2

0 commit comments

Comments
 (0)