Skip to content

Commit 5396646

Browse files
committed
Format changes README
1 parent 650b169 commit 5396646

File tree

1 file changed

+7
-15
lines changed

1 file changed

+7
-15
lines changed

integration-tests/README.md

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -42,30 +42,22 @@ Also the below use cases are covered for Quick test
4242

4343
Full test use cases -
4444

45-
| Configuration | Description |
45+
| | |
4646
| --- | --- |
4747
| Operator Configuration | operator2 deployed in weblogic-operator2 namespace and manages domains test2 namespace |
48-
| Domain Configuration | Domain on PV using WDT, Domain with serverStartPolicy ADMIN_ONLY,
49-
Domain with auto and custom situational configuration, Two domains managed by two operators,
50-
Domain with Recycle weblogicDomainStorageReclaimPolicy, Domain with default sample values |
48+
| Domain Configuration | Domain on PV using WDT, Domain with serverStartPolicy ADMIN_ONLY, Domain with auto and custom situational configuration, Two domains managed by two operators, Domain with Recycle weblogicDomainStorageReclaimPolicy, Domain with default sample values |
5149

5250

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

5553
| Domain | Use Case |
5654
| --- | --- |
5755
| Domain on PV using WDT | WLDF scaling |
58-
| Domain with ADMIN_ONLY | making sure only admin server is started and managed servers are not started.
59-
Shutdown domain by deleting domain CRD. Create domain on existing PV dir, pv is already populated by a shutdown domain. |
60-
| Domain with situational config | create domain with listen address not set for admin server and t3 channel/NAP and
61-
incorrect file for admin server log location. Introspector should override these with sit-config automatically.
62-
Also, with some junk value for t3 channel public address and using custom situational config override
63-
replace with valid public address using secret. |
64-
| Two domains managed by two operators | verify scaling and restart of one domain doesn't impact another domain.
65-
Delete domain resources using delete script from samples. |
66-
| Domain with Recycle weblogicDomainStorageReclaimPolicy | create domain with pvReclaimPolicy="Recycle" Verify that the PV is deleted
67-
once the domain and PVC are deleted |
68-
| Domain with default sample values | create domain using mostly default values for inputs |
56+
| 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. |
57+
| 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. |
58+
| 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. |
59+
| Domain with Recycle policy | create domain with pvReclaimPolicy="Recycle" Verify that the PV is deleted once the domain and PVC are deleted |
60+
| Domain with default sample values | create domain using mostly default values for inputs |
6961
7062

7163
# Directory Configuration and Structure

0 commit comments

Comments
 (0)