Skip to content

Commit 7340500

Browse files
committed
updated readme
1 parent 1259eab commit 7340500

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

integration-tests/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -184,17 +184,17 @@ K8sTestUtils - uses k8s java client api, this is used only for delete domain use
184184
* Setup docker access to WebLogic 12c Images
185185

186186
* Method 1
187-
- Setup a personal account on container-registry.oracle.com
188-
- Then sign in to container-registry.oracle.com and signup for access to WebLogic 12.2.1.3 images from container-registry.oracle.com/middleware/weblogic:12.2.1.3
189-
- Then export the following before running the tests:
187+
- Setup a personal account on container-registry.oracle.com
188+
- Then sign in to container-registry.oracle.com and signup for access to WebLogic 12.2.1.3 images from container-registry.oracle.com/middleware/weblogic:12.2.1.3
189+
- Then export the following before running the tests:
190190
```
191191
export OCR_USERNAME=<ocr_username>
192192
export OCR_PASSWORD=<ocr_password>
193193
```
194194

195195
* Method 2
196-
- Make sure the weblogic image i.e. container-registry.oracle.com/middleware/weblogic:12.2.1.3 already exists locally in a docker repository the k8s cluster can access
197-
- Make sure the weblogic image has patch p29135930 (required for the WebLogic Kubernetes Operator).
196+
- Make sure the weblogic image i.e. container-registry.oracle.com/middleware/weblogic:12.2.1.3 already exists locally in a docker repository the k8s cluster can access
197+
- Make sure the weblogic image has patch p29135930 (required for the WebLogic Kubernetes Operator).
198198

199199

200200
* Command to run the tests:

0 commit comments

Comments
 (0)