Skip to content

Commit 12045a2

Browse files
committed
fix
1 parent 337b9f9 commit 12045a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ private void setupOperatorAndDomain(String operatorGitRelease, String operatorRe
7474
domain = TestUtils.createDomain(wlstDomainMap);
7575
Thread.sleep(1000 * 60);
7676
TestUtils.ExecAndPrintLog("kubectl get all --all-namespaces");
77+
TestUtils.ExecAndPrintLog("kubectl get domain -n " + DOM_NS);
7778
// domain.verifyDomainCreated();
7879
domain.verifyPodsCreated();
7980
domain.verifyServicesCreated();

0 commit comments

Comments
 (0)