File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
operator/src/test/java/oracle/kubernetes/operator/create Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -316,11 +316,6 @@ protected void assertThatActualCreateDomainPyIsCorrect(String actualCreateDomain
316
316
cd('/Servers/%ADMIN_SERVER_NAME%/Log/%ADMIN_SERVER_NAME%')
317
317
set('FileName', '/shared/logs/%ADMIN_SERVER_NAME%.log')
318
318
cd('/Security/%DOMAIN_NAME%/User/weblogic')
319
- machineName = '%DOMAIN_UID%-machine%s' % msIndex
320
- set('ListenAddress', '%DOMAIN_UID%-%MANAGED_SERVER_NAME_BASE%%s' % msIndex)
321
- name = '%MANAGED_SERVER_NAME_BASE%%s' % msIndex
322
- machineName = '%DOMAIN_UID%-machine%s' % msIndex
323
- set('ListenAddress', '%DOMAIN_UID%-%s' % name)
324
319
cmo.setProductionModeEnabled(%PRODUCTION_MODE_ENABLED%)
325
320
asbpFile=open('%s/servers/%ADMIN_SERVER_NAME%/security/boot.properties' % domain_path, 'w+')
326
321
secdir='%s/servers/%MANAGED_SERVER_NAME_BASE%%s/security' % (domain_path, index+1)
You can’t perform that action at this time.
0 commit comments