Skip to content

Commit 1a7ed84

Browse files
committed
updating readme
1 parent f2702c9 commit 1a7ed84

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

integration-tests/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -181,15 +181,15 @@ test methods - testDomainOnPVUsingWLST, testDomainOnPVUsingWDT, testTwoDomainsM
181181

182182
Utility classes:
183183

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>
186186
PersistentVolume - runs k8s job to create PV directory and creates PV and PVC using sample scripts <p>
187187
LoadBalancer - creates load balancer, currently TREFIK and VOYAGER are supported <p>
188188
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>
190190
ExecCommand - Class for executing shell commands from java <p>
191191
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>
193193

194194
# How to run the Java integration tests
195195

0 commit comments

Comments
 (0)