Skip to content

Commit c1917da

Browse files
committed
Updated README to new changes
1 parent 689e80c commit c1917da

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

integration-tests/README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,34 +16,42 @@ Wercker runs only Quick test use cases, Jenkins run both Quick and Full test use
1616

1717
Java integration tests cover the below use cases:
1818

19-
Quick test use cases.
19+
Quick test use cases -
20+
2021
Operator Configuration - operator1 deployed in weblogic-operator1 namespace and manages domains in defaut and test1 namespaces
2122
Domain Configuration - Domain on PV using WLST, traefik load balancer
2223

2324
Basic Use Cases
25+
2426
1. create operator operator1 which manages default and test1 namespaces, verify its deployed successfully, pod created, operator Ready and verify external REST service if configured
2527
2. create domain domain1 in default namespace and verify the pods, services are created and servers are in Ready
2628
3. verify admin external service by accessing admin REST endpoint with nodeport in URL
2729
4. verify admin t3 channel port by exec into the admin pod and deploying webapp using the channel port for WLST
2830
5. verify web app load balancing by accessing the webapp using loadBalancerWebPort
2931

3032
Advanced Use Cases
33+
3134
6. verify domain life cycle(destroy and create) should not any impact on Operator managing the domain and web app load balancing and admin external service
3235
7. cluster scale up/down using Operator REST endpoint, webapp load balancing should adjust accordingly.
3336
8. Operator life cycle(destroy and create) should not impact the running domain
3437

3538
Also the below use cases are covered for Quick test
39+
3640
9. verify liveness probe by killing managed server 1 process 3 times to kick pod auto-restart
3741
10. shutdown the domain by changing domain serverStartPolicy to NEVER
3842

39-
Full test use cases
43+
Full test use cases -
44+
45+
```
4046
Operator Configuration - operator2 deployed in weblogic-operator2 namespace and manages domains test2 namespace
4147
Domain Configuration - Domain on PV using WDT, Domain with serverStartPolicy ADMIN_ONLY,
4248
Domain with auto and custom situational configuration, Two domains managed by two operators,
4349
Domain with Recycle weblogicDomainStorageReclaimPolicy, Domain with default sample values
50+
```
4451

4552
Basic Use Cases described above are verified in all the domain configurations. Also the below use cases are covered:
4653

54+
```
4755
Domain on PV using WDT - WLDF scaling
4856
Domain with ADMIN_ONLY - making sure only admin server is started and managed servers are not started.
4957
Shutdown domain by deleting domain CRD. Create domain on existing PV dir, pv is already populated by a shutdown domain.
@@ -57,6 +65,7 @@ Domain with Recycle weblogicDomainStorageReclaimPolicy - create domain with pvRe
5765
once the domain and PVC are deleted
5866
Domain with default sample values - create domain using mostly default values for inputs
5967
68+
```
6069

6170
# Directory Configuration and Structure
6271

0 commit comments

Comments
 (0)