File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
integration-tests/src/test/java/oracle/kubernetes/operator Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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 ();
You can’t perform that action at this time.
0 commit comments