You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: integration-tests/README.md
+16-17Lines changed: 16 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,8 @@ This documentation describes the functional use cases that are covered in integr
7
7
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".
8
8
9
9
* "Standalone" Oracle Linux, i.e, run the tests manually with the `mvn` command.
* Jenkins - http://wls-jenkins.us.oracle.com/view/weblogic-operator/job/weblogic-kubernetes-operator-javatest/ - Jenkins Run is restricted to Oracle Internal development process.
* Jenkins - http://wls-jenkins.us.oracle.com/view/weblogic-operator/job/weblogic-kubernetes-operator-javatest/ - Jenkins Run is restricted to Oracle Internal development process.
12
12
13
13
Shared cluster runs only Quick test use cases, Jenkins runs both Quick and Full test use cases.
14
14
@@ -183,18 +183,18 @@ K8sTestUtils - uses k8s java client api, this is used only for delete domain use
183
183
* export WEBLOGIC_IMAGE_NAME and WEBLOGIC_IMAGE_TAG if different from container-registry.oracle.com/middleware/weblogic and 12.2.1.3
184
184
* Setup docker access to WebLogic 12c Images
185
185
186
-
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:
186
+
*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:
190
190
```
191
191
export OCR_USERNAME=<ocr_username>
192
192
export OCR_PASSWORD=<ocr_password>
193
193
```
194
194
195
-
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).
195
+
*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).
198
198
199
199
200
200
* Command to run the tests:
@@ -296,20 +296,19 @@ JUnit test results can be seen at "integration-tests/target/failsafe-reports/TES
296
296
297
297
# How to run JRF domain In Operator related tests
298
298
* 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:
305
304
```
306
305
export REPO_USERNAME=<ocr_username>
307
306
export REPO_PASSWORD=<ocr_password>
308
307
export REPO_EMAIL=<ocr_email>
309
308
```
310
309
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
0 commit comments