Skip to content

Commit 3530833

Browse files
committed
keep wldf scaling, update use cases
1 parent 0eded91 commit 3530833

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

integration-tests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Below are the load balancer attributes:
135135

136136
Below are the custom attributes:
137137
- createDomainPyScript is used to provide a custom create-domain.py script for domain on pv using WLST or create-wls-domain.py for domain in image
138-
- clusterType is used to create a CONFIGURED or DYNAMIC Cluster. This is supported for domain on pv using WLST or domain in image using WDT configurations. Default is DYNAMIC
138+
- clusterType is used to create a CONFIGURED or DYNAMIC Cluster. Default is DYNAMIC. This is supported for domain on pv using WLST or domain in image using WDT configurations.
139139

140140
# How does it work
141141

integration-tests/USECASES.MD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ Basic Use Cases described above are verified in all the domain configurations. A
4545
| Domain with ADMIN_ONLY | making sure only admin server is started and managed servers are not started. Shutdown domain by deleting domain CRD. Create domain on existing PV dir, pv is already populated by a shutdown domain. |
4646
| 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 |
4747
| 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. |
48-
| Domain with Recycle policy | create domain with pvReclaimPolicy="Recycle" Verify that the PV is deleted once the domain and PVC are deleted |
48+
| Domain with Recycle policy | create domain with pvReclaimPolicy="Recycle" and using Configured cluster. Verify that the PV is deleted once the domain and PVC are deleted |
4949
| Domain with default sample values | create domain using mostly default values for inputs |
5050
| Domain home in image using WLST | cluster scaling |
51-
| Domain home in image using WDT | cluster scaling |
51+
| Domain home in image using WDT | Configured cluster and cluster scaling |
5252

5353
| Operator Usability | Use Case |
5454
| --- | --- |

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,7 @@ public void testDomainOnPVUsingWDT() throws Exception {
128128
domain = TestUtils.createDomain(DOMAINONPV_WDT_YAML);
129129
domain.verifyDomainCreated();
130130
testBasicUseCases(domain);
131-
// bug 29514540 - commenting WLDF scaling test
132-
// testWLDFScaling(operator2, domain);
131+
testWLDFScaling(operator2, domain);
133132
// TODO: Test Apache LB
134133
// domain.verifyAdminConsoleViaLB();
135134
testCompletedSuccessfully = true;

0 commit comments

Comments
 (0)