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-15Lines changed: 7 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,30 +42,22 @@ Also the below use cases are covered for Quick test
42
42
43
43
Full test use cases -
44
44
45
-
|Configuration|Description|
45
+
|||
46
46
| --- | --- |
47
47
| 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 |
51
49
52
50
53
51
Basic Use Cases described above are verified in all the domain configurations. Also the below use cases are covered:
54
52
55
53
| Domain | Use Case |
56
54
| --- | --- |
57
55
| 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 |
0 commit comments