Skip to content

Commit 20f6a51

Browse files
committed
moved the javaOptions out of domain input file
1 parent ac56375 commit 20f6a51

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,9 @@ private static Domain createSitConfigDomain() throws Exception {
235235
domainMap.put(
236236
"createDomainPyScript",
237237
"integration-tests/src/test/resources/sitconfig/scripts/create-domain-auto-custom-sit-config20.py");
238+
domainMap.put(
239+
"javaOptions",
240+
"-Dweblogic.debug.DebugSituationalConfig=true -Dweblogic.debug.DebugSituationalConfigDumpXml=true");
238241

239242
// use NFS for this domain on Jenkins, defaultis HOST_PATH
240243
if (System.getenv("JENKINS") != null && System.getenv("JENKINS").equalsIgnoreCase("true")) {

integration-tests/src/test/resources/domainonpvwlst.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,5 @@ exposeAdminNodePort: true
1616
namespace: default
1717
loadBalancer: TRAEFIK
1818
ingressPerDomain: true
19-
javaOptions: -Dweblogic.debug.DebugSituationalConfig=true -Dweblogic.debug.DebugSituationalConfigDumpXml=true
2019
createDomainPyScript: integration-tests/src/test/resources/domain-home-on-pv/create-domain-custom-nap.py
2120
voyagerWebPort: 30305

0 commit comments

Comments
 (0)