File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
integration-tests/src/test/java/oracle/kubernetes/operator Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -139,15 +139,15 @@ public static void staticUnPrepare() throws Exception {
139
139
*/
140
140
private static Domain createSitConfigDomain () throws Exception {
141
141
// load input yaml to map and add configOverrides
142
- Map <String , Object > domainMap = TestUtils .loadYaml (DOMAINONPV_WLST_YAML );
142
+ Map <String , Object > domainMap = TestUtils .loadYaml (DOMAININIMAGE_WLST_YAML );
143
143
domainMap .put ("configOverrides" , "sitconfigcm" );
144
144
domainMap .put ("configOverridesFile" , configOverrideDir );
145
145
domainMap .put ("domainUID" , DOMAINUID );
146
146
domainMap .put ("adminNodePort" , new Integer (ADMINPORT ));
147
147
domainMap .put ("t3ChannelPort" , new Integer (T3CHANNELPORT ));
148
148
domainMap .put (
149
149
"createDomainPyScript" ,
150
- "integration-tests/src/test/resources/sitconfig/scripts/create-domain-auto-custom-sit-config20 .py" );
150
+ "integration-tests/src/test/resources/sitconfig/scripts/create-domain-auto-custom-sit-config-inimage .py" );
151
151
domainMap .put (
152
152
"javaOptions" ,
153
153
"-Dweblogic.debug.DebugSituationalConfig=true -Dweblogic.debug.DebugSituationalConfigDumpXml=true" );
You can’t perform that action at this time.
0 commit comments