Skip to content

Commit cd5fd25

Browse files
committed
updated readme
1 parent a741bc9 commit cd5fd25

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

integration-tests/README.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ This documentation describes the functional use cases that are covered in integr
77
The tests currently run in three modes: "shared cluster", "Jenkins", and "standalone" Oracle Linux, where the mode is controlled by the `SHARED_CLUSTER` and `JENKINS` environment variables described below. The default is "standalone".
88

99
* "Standalone" Oracle Linux, i.e, run the tests manually with the `mvn` command.
10-
* Shared cluster - http://build.weblogick8s.org:8080/job/weblogic-kubernetes-operator-quicktest/
11-
* Jenkins - http://wls-jenkins.us.oracle.com/view/weblogic-operator/job/weblogic-kubernetes-operator-javatest/ - Jenkins Run is restricted to Oracle Internal development process.
10+
* Shared cluster(remote k8s cluster) - http://build.weblogick8s.org:8080/job/weblogic-kubernetes-operator-quicktest/
11+
* Jenkins - http://wls-jenkins.us.oracle.com/view/weblogic-operator/job/weblogic-kubernetes-operator-javatest/ - Jenkins Run is restricted to Oracle Internal development process. k8s is installed for every run.
1212

1313
Shared cluster runs only Quick test use cases, Jenkins runs both Quick and Full test use cases.
1414

@@ -183,7 +183,7 @@ K8sTestUtils - uses k8s java client api, this is used only for delete domain use
183183
* export WEBLOGIC_IMAGE_NAME and WEBLOGIC_IMAGE_TAG if different from container-registry.oracle.com/middleware/weblogic and 12.2.1.3
184184
* Setup docker access to WebLogic 12c Images
185185

186-
Method 1
186+
* Method 1
187187
- Setup a personal account on container-registry.oracle.com
188188
- 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
189189
- Then export the following before running the tests:
@@ -192,7 +192,7 @@ K8sTestUtils - uses k8s java client api, this is used only for delete domain use
192192
export OCR_PASSWORD=<ocr_password>
193193
```
194194

195-
Method 2
195+
* Method 2
196196
- 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
197197
- Make sure the weblogic image has patch p29135930 (required for the WebLogic Kubernetes Operator).
198198

@@ -296,20 +296,19 @@ JUnit test results can be seen at "integration-tests/target/failsafe-reports/TES
296296

297297
# How to run JRF domain In Operator related tests
298298
* Setup docker access to FMW Infrastructure 12c Image and Oracle Database 12c Image
299-
300-
Method 1
301-
- Setup a personal account on container-registry.oracle.com
302-
- Then sign in to container-registry.oracle.com and accept license for access to Oracle Database 12c Images: **_container-registry.oracle.com/database/enterprise:12.2.0.1-slim_**
303-
- And get access to FMW Infrastructure 12c Image: **_container-registry.oracle.com/middleware/fmw-infrastructure:12.2.1.3_**
304-
- export the following before running the tests:
299+
* Method 1
300+
- Setup a personal account on container-registry.oracle.com
301+
- Then sign in to container-registry.oracle.com and accept license for access to Oracle Database 12c Images: **_container-registry.oracle.com/database/enterprise:12.2.0.1-slim_**
302+
- And get access to FMW Infrastructure 12c Image: **_container-registry.oracle.com/middleware/fmw-infrastructure:12.2.1.3_**
303+
- export the following before running the tests:
305304
```
306305
export REPO_USERNAME=<ocr_username>
307306
export REPO_PASSWORD=<ocr_password>
308307
export REPO_EMAIL=<ocr_email>
309308
```
310309
311-
Method 2
312-
- Make sure the FMW Infrastructure image i.e. **_container-registry.oracle.com/middleware/fmw-infrastructure:12.2.1.3_** and the Oracle database image i.e. **_container-registry.oracle.com/database/enterprise:12.2.0.1-slim_** already exist locally in a docker repository the k8s cluster can access
310+
* Method 2
311+
- Make sure the FMW Infrastructure image i.e. **_container-registry.oracle.com/middleware/fmw-infrastructure:12.2.1.3_** and the Oracle database image i.e. **_container-registry.oracle.com/database/enterprise:12.2.0.1-slim_** already exist locally in a docker repository the k8s cluster can access
313312
314313
* Command to run the tests:
315314
```

0 commit comments

Comments
 (0)