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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -181,15 +181,15 @@ test methods - testDomainOnPVUsingWLST, testDomainOnPVUsingWDT, testTwoDomainsM
181
181
182
182
Utility classes:
183
183
184
-
Operator - contructor takes yaml file with operator properties and generates operator valus yaml with required properties and certs, creates service account, namespace and calls helm install using the generated values yaml file. Also contains methods to delete operator release, verify operator created and ready, scale using rest api, verify a given domain via rest, verify external rest service, etc <p>
185
-
Domain - constructor takes Map with domain, LB, PV properties and creates domain crd, LB operator/ingress and PV artifacts using the sample scripts provided in the project. Also contains helper methods to destroy domain by deleting domain crd, verify domain created and servers are ready,deploy webapp, verify load balancing of http requests, etc <p>
184
+
Operator - constructor takes yaml file with operator properties and generates operator valus yaml with required properties and certs, creates service account, namespace and calls helm install using the generated values yaml file. Also contains methods to delete operator release, verify operator created and ready, scale using rest api, verify a given domain via rest, verify external rest service, etc <p>
185
+
Domain - constructor takes Map with domain, LB, PV properties and creates domain crd, LB operator/ingress and PV artifacts using the sample scripts provided in the project. Also contains helper methods to destroy domain by deleting domain crd, verify domain created and servers are ready,deploy webapp, verify load balancing of http requests, etc <p>
186
186
PersistentVolume - runs k8s job to create PV directory and creates PV and PVC using sample scripts <p>
187
187
LoadBalancer - creates load balancer, currently TREFIK and VOYAGER are supported <p>
188
188
Secret - creates a k8s secret <p>
189
-
TestUtils - monstly runs kubectl commands. Contains utility methods to check if a pod is created, ready, deleted, service created, get pod restart cnt, get cluster replica, delete PVC, check PV released, create rbac policy, create wldf module, etc. <p>
189
+
TestUtils - mostly runs kubectl commands. Contains utility methods to check if a pod is created, ready, deleted, service created, get pod restart cnt, get cluster replica, delete PVC, check PV released, create rbac policy, create wldf module, etc. <p>
190
190
ExecCommand - Class for executing shell commands from java <p>
191
191
ExecResult - Class that holds the results of using java to exec a command (i.e. exit value, stdout and stderr) <p>
192
-
K8sTestUtils - uses kubernetes java client api, this is used only for delete domain use cases for now. <p>
192
+
K8sTestUtils - uses k8s java client api, this is used only for delete domain use cases for now. <p>
0 commit comments