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
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -180,20 +180,20 @@ K8sTestUtils - uses k8s java client api, this is used only for delete domain use
180
180
181
181
* Maven and latest Git should be in PATH
182
182
* export JAVA_HOME
183
-
* export IMAGE_NAME_WEBLOGIC and IMAGE_TAG_WEBLOGIC if different from container-registry.oracle.com/middleware/weblogic and 12.2.1.3
183
+
* export IMAGE_NAME_WEBLOGIC and IMAGE_TAG_WEBLOGIC if different from container-registry.oracle.com/middleware/weblogic and 12.2.1.4
184
184
* Setup docker access to WebLogic 12c Images
185
185
186
186
* Method 1
187
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
188
+
- Then sign in to container-registry.oracle.com and signup for access to WebLogic 12.2.1.4 images from container-registry.oracle.com/middleware/weblogic:12.2.1.4
189
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
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
196
+
- Make sure the weblogic image i.e. container-registry.oracle.com/middleware/weblogic:12.2.1.4 already exists locally in a docker repository the k8s cluster can access
197
197
- Make sure the weblogic image has patch p29135930 (required for the WebLogic Kubernetes Operator).
198
198
199
199
@@ -223,6 +223,8 @@ The tests accepts optional env var overrides:
223
223
| K8S_NODEPORT_HOST | DNS name of a Kubernetes worker node. Default is the local host's hostname. |
224
224
| BRANCH_NAME | Git branch name. Default is determined by calling 'git branch'. |
225
225
| LEASE_ID | Set to a unique value to (A) periodically renew a lease on the k8s cluster that indicates that no other test run should attempt to use the cluster, and (B) delete this lease when the test completes. |
226
+
| MAX_ITERATIONS | Maximum number of iterations to wait for a pod/application to come up or deploy. |
227
+
| WAIT_TIME_SECONDS | Seconds to wait between the iterations. |
226
228
227
229
The following additional overrides are currently only used when
228
230
SHARED_CLUSTER=true:
@@ -306,7 +308,7 @@ JUnit test results can be seen at "integration-tests/target/failsafe-reports/TES
306
308
* Method 1
307
309
- Setup a personal account on container-registry.oracle.com
308
310
- 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_**
309
-
- And get access to FMW Infrastructure 12c Image: **_container-registry.oracle.com/middleware/fmw-infrastructure:12.2.1.3_**
311
+
- And get access to FMW Infrastructure 12c Image: **_container-registry.oracle.com/middleware/fmw-infrastructure:12.2.1.4_**
310
312
- export the following before running the tests:
311
313
```
312
314
export REPO_USERNAME=<ocr_username>
@@ -315,7 +317,7 @@ JUnit test results can be seen at "integration-tests/target/failsafe-reports/TES
315
317
```
316
318
317
319
* Method 2
318
-
- 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
320
+
- Make sure the FMW Infrastructure image i.e. **_container-registry.oracle.com/middleware/fmw-infrastructure:12.2.1.4_** 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
Copy file name to clipboardExpand all lines: integration-tests/USECASES.MD
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ Basic Use Cases described above are verified in all the domain configurations. A
70
70
| Server Pods Restarted by modifying properties on the domain resource| Use Case |
71
71
| --- | --- |
72
72
| Server pods restarted by changing Env property | Verify admin and managed server pods being restarted by property change: `-Dweblogic.StdoutDebugEnabled=false` --> `-Dweblogic.StdoutDebugEnabled=true`|
73
-
| Server pods restarted by changing image | Verify admin and managed server pods being restarted by property change: image: `container-registry.oracle.com/middleware/weblogic:12.2.1.3` --> image: `container-registry.oracle.com/middleware/weblogic:duplicate`|
73
+
| Server pods restarted by changing image | Verify admin and managed server pods being restarted by property change: image: `container-registry.oracle.com/middleware/weblogic:12.2.1.4` --> image: `container-registry.oracle.com/middleware/weblogic:duplicate`|
74
74
| Server pods restarted by changing imagePullPolicy | Verify admin and managed server pods being restarted by property change: imagePullPolicy: IfNotPresent --> imagePullPolicy: Never |
75
75
| Server pods restarted by changing includeServerOutInPodLog | Verify admin and managed server pods being restarted by property change: includeServerOutInPodLog: true --> includeServerOutInPodLog: false |
76
76
| Server pods restarted by changing logHomeEnable | Verify admin and managed server pods being restarted by property change: logHomeEnabled: true --> logHomeEnabled: false |
0 commit comments