@@ -151,9 +151,6 @@ public static void init(@Namespaces(3) List<String> namespaces) {
151
151
@ Test
152
152
@ DisplayName ("Two cluster domain with a Coherence cluster and test interaction with cache data" )
153
153
void testMultiClusterCoherenceDomain () {
154
- String ingressName = domainUid + "-ingress-host-routing" ;
155
- String channelName = "tcp-80" ;
156
-
157
154
// create a DomainHomeInImage image using WebLogic Image Tool
158
155
String domImage = createAndVerifyDomainImage ();
159
156
@@ -162,11 +159,8 @@ void testMultiClusterCoherenceDomain() {
162
159
163
160
if (OKD ) {
164
161
String cluster1HostName = domainUid + "-cluster-cluster-1" ;
165
- String cluster2HostName = domainUid + "-cluster-cluster-2" ;
166
162
167
163
final String cluster1IngressHost = createRouteForOKD (cluster1HostName , domainNamespace );
168
- final String cluster2IngressHost = createRouteForOKD (cluster2HostName , domainNamespace );
169
-
170
164
171
165
// test adding data to the cache and retrieving them from the cache
172
166
boolean testCompletedSuccessfully = assertDoesNotThrow (()
@@ -180,7 +174,8 @@ void testMultiClusterCoherenceDomain() {
180
174
}
181
175
// clusterNameMsPortMap.put(clusterName, managedServerPort);
182
176
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 ());
184
179
185
180
String clusterHostname = domainUid + "." + domainNamespace + ".cluster-1.test" ;
186
181
// get ingress service Nodeport
0 commit comments