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
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,21 @@ Basic Use Cases described above are verified in all the domain configurations. A
63
63
| Domain with default sample values | create domain using mostly default values for inputs |
64
64
| Domain home in image using WLST | cluster scaling |
65
65
| Domain home in image using WDT | cluster scaling |
66
-
66
+
67
+
| Operator Usability | Use Case |
68
+
| --- | --- |
69
+
| Operator Helm Chart with Invalid Attributes | create chart with invalid attributes, verify that deployment fails with expected error |
70
+
| Two Operators using same Operator Namespace | create two operators sharing same namespace,verify that deployment fails with expected error |
71
+
| Operator Helm Chart using default target domains Namespace| create chart using default target domains namespace |
72
+
| Operator Helm Chart using empty target domains Namespace| create chart using empty target domains namespace |
73
+
| Operator Helm Chart using UpperCase target domains Namespace| create chart using invalid UpperCase target domains namespace, verify that deployment fails with expected error |
74
+
| Operator Helm Chart using not preexisted Operator Namespace | create chart using not preexisted Operator namespace, verify that deployment will fail |
75
+
| Operator Helm Chart using not preexisted Operator ServiceAccount | create chart using not preexisted Operator ServiceAccount, verify that deployment will fail, but will change to running after SA is created |
76
+
| Operator Helm Chart create delete create | create delete create chart with same values |
77
+
| Two Operators using same External Https Port | create chart using same https rest port as already running first operator, verify that deployment fails with expected error |
78
+
| Two Operators using same target domains namespace | create chart using target domains namespace as already running first operator, verify that deployment fails with expected error |
79
+
| Operator Helm Chart using not preexisted target domains namespace | create chart using not preexisted target domains namespace as already running first operator, verify that deployment fails with expected error |
0 commit comments