Skip to content

Commit df389e0

Browse files
committed
adding renew lease in test
1 parent d17af67 commit df389e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ public void testDomainOnPVUsingWLST() throws Exception {
8787
domain = TestUtils.createDomain(DOMAINONPV_WLST_YAML);
8888
domain.verifyDomainCreated();
8989
testBasicUseCases(domain);
90+
TestUtils.renewK8sClusterLease(getProjectRoot(), getLeaseId());
9091
testAdvancedUseCasesForADomain(operator1, domain);
9192

9293
if (!SMOKETEST) domain.testWlsLivenessProbe();

0 commit comments

Comments
 (0)