Skip to content

Commit 7ad9f9d

Browse files
committed
Refactoring integration tests for situational config
1 parent 9dd872b commit 7ad9f9d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,9 @@ public void testAutoAndCustomSitConfigOverrides() throws Exception {
433433
// load input yaml to map and add configOverrides
434434
Map<String, Object> domainMap = TestUtils.loadYaml(domainonpvwlstFile);
435435
domainMap.put("configOverrides", "sitconfigcm");
436+
domainMap.put(
437+
"configOverridesFile",
438+
"/integration-tests/src/test/resources/domain-home-on-pv/customsitconfig");
436439
domainMap.put("domainUID", "customsitdomain");
437440
domainMap.put("adminNodePort", new Integer("30704"));
438441
domainMap.put("t3ChannelPort", new Integer("30051"));

0 commit comments

Comments
 (0)