Skip to content

Commit 4b1cfd1

Browse files
committed
change t3channelport
1 parent e5c9c4f commit 4b1cfd1

File tree

1 file changed

+9
-9
lines changed
  • integration-tests/src/test/java/oracle/kubernetes/operator

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public class SitConfig extends BaseTest {
2626

2727
private static final String DOMAINUID = "customsitconfigdomain";
2828
private static final String ADMINPORT = "30710";
29-
private static final int T3CHANNELPORT = 7001;
29+
private static final int T3CHANNELPORT = 30091;
3030
private static final String MYSQL_DB_PORT = "31306";
3131
private static String TEST_RES_DIR;
3232
private static String ADMINPODNAME;
@@ -249,7 +249,7 @@ protected void testCustomSitConfigOverridesForDomain() throws Exception {
249249
+ " 'sh runSitConfigTests.sh "
250250
+ fqdn
251251
+ " "
252-
+ T3CHANNELPORT
252+
+ 7001
253253
+ " weblogic welcome1 "
254254
+ testMethod
255255
+ "'");
@@ -277,7 +277,7 @@ protected void testCustomSitConfigOverridesForDomainMS() throws Exception {
277277
+ " 'sh runSitConfigTests.sh "
278278
+ fqdn
279279
+ " "
280-
+ T3CHANNELPORT
280+
+ 7001
281281
+ " weblogic welcome1 "
282282
+ testMethod
283283
+ " managed-server1'");
@@ -310,7 +310,7 @@ protected void testCustomSitConfigOverridesForJdbc() throws Exception {
310310
+ " 'sh runSitConfigTests.sh "
311311
+ fqdn
312312
+ " "
313-
+ T3CHANNELPORT
313+
+ 7001
314314
+ " weblogic welcome1 "
315315
+ testMethod
316316
+ " "
@@ -341,7 +341,7 @@ protected void testCustomSitConfigOverridesForJms() throws Exception {
341341
+ " 'sh runSitConfigTests.sh "
342342
+ fqdn
343343
+ " "
344-
+ T3CHANNELPORT
344+
+ 7001
345345
+ " weblogic welcome1 "
346346
+ testMethod
347347
+ "'");
@@ -372,7 +372,7 @@ protected void testCustomSitConfigOverridesForWldf() throws Exception {
372372
+ " 'sh runSitConfigTests.sh "
373373
+ fqdn
374374
+ " "
375-
+ T3CHANNELPORT
375+
+ 7001
376376
+ " weblogic welcome1 "
377377
+ testMethod
378378
+ "'");
@@ -406,7 +406,7 @@ protected void testConfigOverrideAfterDomainStartup() throws Exception {
406406
+ " 'sh runSitConfigTests.sh "
407407
+ fqdn
408408
+ " "
409-
+ T3CHANNELPORT
409+
+ 7001
410410
+ " weblogic welcome1 "
411411
+ testMethod
412412
+ "'");
@@ -441,7 +441,7 @@ protected void testOverrideJdbcResourceAfterDomainStart() throws Exception {
441441
+ " 'sh runSitConfigTests.sh "
442442
+ fqdn
443443
+ " "
444-
+ T3CHANNELPORT
444+
+ 7001
445445
+ " weblogic welcome1 "
446446
+ testMethod
447447
+ "'");
@@ -471,7 +471,7 @@ protected void testOverrideJdbcResourceWithNewSecret() throws Exception {
471471
+ " 'sh runSitConfigTests.sh "
472472
+ fqdn
473473
+ " "
474-
+ T3CHANNELPORT
474+
+ 7001
475475
+ " weblogic welcome1 "
476476
+ testMethod
477477
+ " "

0 commit comments

Comments
 (0)