Skip to content

Commit 3405b9b

Browse files
committed
updated readme
1 parent 51119f4 commit 3405b9b

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

integration-tests/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Full test Configuration & Use Cases - Runs Quick test Configuration & Use cases
4747
| | |
4848
| --- | --- |
4949
| Operator Configuration | operator2 deployed in weblogic-operator2 namespace and manages domains test2 namespace |
50-
| Domain Configuration | Domain on PV using WDT <p> Domain with serverStartPolicy ADMIN_ONLY <p> Domain with auto and custom situational configuration <p> Two domains managed by two operators <p> Domain with Recycle weblogicDomainStorageReclaimPolicy <p> Domain with default sample values |
50+
| Domain Configuration | Domain on PV using WDT <p> Domain home in image using WLST <p> Domain home in image using WDT <p> Domain with serverStartPolicy ADMIN_ONLY <p> Domain with auto and custom situational configuration <p> Two domains managed by two operators <p> Domain with Recycle weblogicDomainStorageReclaimPolicy <p> Domain with default sample values |
5151

5252

5353
Basic Use Cases described above are verified in all the domain configurations. Also the below use cases are covered:
@@ -59,7 +59,9 @@ Basic Use Cases described above are verified in all the domain configurations. A
5959
| Domain with situational config | create domain with listen address not set for admin server and t3 channel/NAP and incorrect file for admin server log location. Introspector should override these with sit-config automatically. Also, with some junk value for t3 channel public address and using custom situational config override replace with valid public address using secret. Also, on Jenkins this domain uses NFS instead of HOSTPATH PV storage |
6060
| Two domains managed by two operators | verify scaling and restart of one domain doesn't impact another domain. Delete domain resources using delete script from samples. |
6161
| Domain with Recycle policy | create domain with pvReclaimPolicy="Recycle" Verify that the PV is deleted once the domain and PVC are deleted |
62-
| Domain with default sample values | create domain using mostly default values for inputs |
62+
| Domain with default sample values | create domain using mostly default values for inputs |
63+
| Domain home in image using WLST | cluster scaling |
64+
| Domain home in image using WDT | cluster scaling |
6365
6466

6567
# Directory Configuration and Structure

integration-tests/src/test/java/oracle/kubernetes/operator/ITOperator.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ public static void staticUnPrepare() throws Exception {
139139
*/
140140
@Test
141141
public void testDomainOnPVUsingWLST() throws Exception {
142-
Assume.assumeFalse(QUICKTEST);
143142
String testMethodName = new Object() {}.getClass().getEnclosingMethod().getName();
144143
logTestBegin(testMethodName);
145144
logger.info("Creating Operator & waiting for the script to complete execution");
@@ -521,7 +520,7 @@ public void testOperatorRESTUsingCertificateChain() throws Exception {
521520
*/
522521
@Test
523522
public void testDomainInImageUsingWLST() throws Exception {
524-
// Assume.assumeFalse(QUICKTEST);
523+
Assume.assumeFalse(QUICKTEST);
525524
String testMethodName = new Object() {}.getClass().getEnclosingMethod().getName();
526525
logTestBegin(testMethodName);
527526

0 commit comments

Comments
 (0)