@@ -26,7 +26,7 @@ public class SitConfig extends BaseTest {
26
26
27
27
private static final String DOMAINUID = "customsitconfigdomain" ;
28
28
private static final String ADMINPORT = "30710" ;
29
- private static final int T3CHANNELPORT = 7001 ;
29
+ private static final int T3CHANNELPORT = 30091 ;
30
30
private static final String MYSQL_DB_PORT = "31306" ;
31
31
private static String TEST_RES_DIR ;
32
32
private static String ADMINPODNAME ;
@@ -249,7 +249,7 @@ protected void testCustomSitConfigOverridesForDomain() throws Exception {
249
249
+ " 'sh runSitConfigTests.sh "
250
250
+ fqdn
251
251
+ " "
252
- + T3CHANNELPORT
252
+ + 7001
253
253
+ " weblogic welcome1 "
254
254
+ testMethod
255
255
+ "'" );
@@ -277,7 +277,7 @@ protected void testCustomSitConfigOverridesForDomainMS() throws Exception {
277
277
+ " 'sh runSitConfigTests.sh "
278
278
+ fqdn
279
279
+ " "
280
- + T3CHANNELPORT
280
+ + 7001
281
281
+ " weblogic welcome1 "
282
282
+ testMethod
283
283
+ " managed-server1'" );
@@ -310,7 +310,7 @@ protected void testCustomSitConfigOverridesForJdbc() throws Exception {
310
310
+ " 'sh runSitConfigTests.sh "
311
311
+ fqdn
312
312
+ " "
313
- + T3CHANNELPORT
313
+ + 7001
314
314
+ " weblogic welcome1 "
315
315
+ testMethod
316
316
+ " "
@@ -341,7 +341,7 @@ protected void testCustomSitConfigOverridesForJms() throws Exception {
341
341
+ " 'sh runSitConfigTests.sh "
342
342
+ fqdn
343
343
+ " "
344
- + T3CHANNELPORT
344
+ + 7001
345
345
+ " weblogic welcome1 "
346
346
+ testMethod
347
347
+ "'" );
@@ -372,7 +372,7 @@ protected void testCustomSitConfigOverridesForWldf() throws Exception {
372
372
+ " 'sh runSitConfigTests.sh "
373
373
+ fqdn
374
374
+ " "
375
- + T3CHANNELPORT
375
+ + 7001
376
376
+ " weblogic welcome1 "
377
377
+ testMethod
378
378
+ "'" );
@@ -406,7 +406,7 @@ protected void testConfigOverrideAfterDomainStartup() throws Exception {
406
406
+ " 'sh runSitConfigTests.sh "
407
407
+ fqdn
408
408
+ " "
409
- + T3CHANNELPORT
409
+ + 7001
410
410
+ " weblogic welcome1 "
411
411
+ testMethod
412
412
+ "'" );
@@ -441,7 +441,7 @@ protected void testOverrideJdbcResourceAfterDomainStart() throws Exception {
441
441
+ " 'sh runSitConfigTests.sh "
442
442
+ fqdn
443
443
+ " "
444
- + T3CHANNELPORT
444
+ + 7001
445
445
+ " weblogic welcome1 "
446
446
+ testMethod
447
447
+ "'" );
@@ -471,7 +471,7 @@ protected void testOverrideJdbcResourceWithNewSecret() throws Exception {
471
471
+ " 'sh runSitConfigTests.sh "
472
472
+ fqdn
473
473
+ " "
474
- + T3CHANNELPORT
474
+ + 7001
475
475
+ " weblogic welcome1 "
476
476
+ testMethod
477
477
+ " "
0 commit comments