Skip to content

Commit 75562cd

Browse files
committed
moved wsbalancing test to usability
1 parent 66d4ba4 commit 75562cd

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,6 @@ public void testDomainLifecyle(Operator operator, Domain domain) throws Exceptio
358358
} else {
359359
domain.verifyWebAppLoadBalancing(TESTWEBAPP);
360360
}
361-
testWSLoadBalancing(domain);
362361
domain.verifyAdminServerExternalService(getUsername(), getPassword());
363362
domain.verifyHasClusterServiceChannelPort("TCP", 8011, TESTWEBAPP + "/");
364363
logger.info("Done - testDomainLifecyle");

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -721,6 +721,7 @@ private Domain createVerifyDomain(int number, Operator operator) throws Exceptio
721721
Domain domain = TestUtils.createDomain(TestUtils.createDomainMap(number));
722722
domain.verifyDomainCreated();
723723
testAdminT3Channel(domain);
724+
testWSLoadBalancing(domain);
724725
TestUtils.renewK8sClusterLease(getProjectRoot(), getLeaseId());
725726
logger.info("verify that domain is managed by operator");
726727
operator.verifyDomainExists(domain.getDomainUid());

0 commit comments

Comments
 (0)