@@ -151,9 +151,6 @@ public static void init(@Namespaces(3) List<String> namespaces) {
151151 @ Test
152152 @ DisplayName ("Two cluster domain with a Coherence cluster and test interaction with cache data" )
153153 void testMultiClusterCoherenceDomain () {
154- String ingressName = domainUid + "-ingress-host-routing" ;
155- String channelName = "tcp-80" ;
156-
157154 // create a DomainHomeInImage image using WebLogic Image Tool
158155 String domImage = createAndVerifyDomainImage ();
159156
@@ -162,11 +159,8 @@ void testMultiClusterCoherenceDomain() {
162159
163160 if (OKD ) {
164161 String cluster1HostName = domainUid + "-cluster-cluster-1" ;
165- String cluster2HostName = domainUid + "-cluster-cluster-2" ;
166162
167163 final String cluster1IngressHost = createRouteForOKD (cluster1HostName , domainNamespace );
168- final String cluster2IngressHost = createRouteForOKD (cluster2HostName , domainNamespace );
169-
170164
171165 // test adding data to the cache and retrieving them from the cache
172166 boolean testCompletedSuccessfully = assertDoesNotThrow (()
@@ -180,7 +174,8 @@ void testMultiClusterCoherenceDomain() {
180174 }
181175 // clusterNameMsPortMap.put(clusterName, managedServerPort);
182176 logger .info ("Creating ingress for domain {0} in namespace {1}" , domainUid , domainNamespace );
183- createTraefikIngressForDomainAndVerify (domainUid , domainNamespace , 0 , clusterNameMsPortMap , true , null );
177+ createTraefikIngressForDomainAndVerify (domainUid , domainNamespace , 0 , clusterNameMsPortMap , true , null ,
178+ traefikHelmParams .getReleaseName ());
184179
185180 String clusterHostname = domainUid + "." + domainNamespace + ".cluster-1.test" ;
186181 // get ingress service Nodeport
0 commit comments