Skip to content

Commit 17a3e0e

Browse files
committed
Add the custom create domain script
1 parent 3208020 commit 17a3e0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,15 +139,15 @@ public static void staticUnPrepare() throws Exception {
139139
*/
140140
private static Domain createSitConfigDomain() throws Exception {
141141
// 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);
143143
domainMap.put("configOverrides", "sitconfigcm");
144144
domainMap.put("configOverridesFile", configOverrideDir);
145145
domainMap.put("domainUID", DOMAINUID);
146146
domainMap.put("adminNodePort", new Integer(ADMINPORT));
147147
domainMap.put("t3ChannelPort", new Integer(T3CHANNELPORT));
148148
domainMap.put(
149149
"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");
151151
domainMap.put(
152152
"javaOptions",
153153
"-Dweblogic.debug.DebugSituationalConfig=true -Dweblogic.debug.DebugSituationalConfigDumpXml=true");

0 commit comments

Comments
 (0)