Skip to content

Commit 3e2dc56

Browse files
committed
updated readme
1 parent 2a466a1 commit 3e2dc56

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

integration-tests/README.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -199,21 +199,24 @@ K8sTestUtils - uses k8s java client api, this is used only for delete domain use
199199
* Maven and latest Git should be in PATH
200200
* export JAVA_HOME
201201
* export WEBLOGIC_IMAGE_NAME and WEBLOGIC_IMAGE_TAG if different from store/oracle/weblogic and 12.2.1.3
202-
* Setup docker access to WebLogic 12c Images <br>
203-
Method 1 <br>
204-
* Setup a personal account on hub.docker.com
205-
* Then sign in to hub.docker.com and signup for access to WebLogic 12c Images via https://hub.docker.com/_/oracle-weblogic-server-12c
206-
* Then export the following before running the tests:
202+
* Setup docker access to WebLogic 12c Images
203+
204+
Method 1
205+
- Setup a personal account on hub.docker.com
206+
- Then sign in to hub.docker.com and signup for access to WebLogic 12c Images via https://hub.docker.com/_/oracle-weblogic-server-12c
207+
- Then export the following before running the tests:
207208
```
208209
export DOCKER_USERNAME=<docker_username>
209210
export DOCKER_PASSWORD=<docker_password>
210211
export DOCKER_EMAIL=<docker_email>
211212
```
212-
213-
Method 2 <br>
214-
* Make sure the weblogic image i.e. store/oracle/weblogic:12.2.1.3 already exists locally
215-
* Make sure the weblogic image has patch p29135930 (required for the WebLogic Kubernetes Operator).
216-
* If not, see [https://github.com/oracle/docker-images/tree/master/OracleWebLogic/samples/12213-patch-wls-for-k8s].
213+
214+
Method 2
215+
- Make sure the weblogic image i.e. store/oracle/weblogic:12.2.1.3 already exists locally
216+
- Make sure the weblogic image has patch p29135930 (required for the WebLogic Kubernetes Operator).
217+
- If not, see [https://github.com/oracle/docker-images/tree/master/OracleWebLogic/samples/12213-patch-wls-for-k8s].
218+
219+
217220
* Command to run the tests:
218221
```
219222
mvn clean verify -P java-integration-tests 2>&1 | tee log.txt

0 commit comments

Comments
 (0)