Skip to content

Commit 0b608d2

Browse files
committed
update javadoc
1 parent 4481bfa commit 0b608d2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

integration-tests/src/test/java/oracle/kubernetes/operator/ITMultipleClusters.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,8 @@ public void testCreateDomainTwoMixedCluster() throws Exception {
184184
}
185185

186186
/**
187-
* Create 2 dynamic clusters in a domain each having 2 managed servers. Verify the managed servers
188-
* are running and verify the basic use cases.
187+
* Create 2 dynamic clusters in a domain using WDT in inimage each having 2 managed servers.
188+
* Verify the managed servers are running and verify the basic use cases.
189189
*
190190
* @throws Exception
191191
*/
@@ -288,6 +288,7 @@ private void restoreDomainTemplate() throws IOException {
288288
* Verifies all of the servers in the cluster are in Running status
289289
*
290290
* @param Domain
291+
* @param String array pod names to check the status for
291292
*/
292293
private void verifyServersStatus(Domain domain, String[] pods) {
293294
K8sTestUtils testUtil = new K8sTestUtils();

0 commit comments

Comments
 (0)