Skip to content

Commit 770b28e

Browse files
committed
Modified the Doamin/JrfDomain class
1 parent b6881d8 commit 770b28e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

integration-tests/src/test/java/oracle/kubernetes/operator/utils/Domain.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1682,7 +1682,7 @@ private void copyCreateDomainPy() throws IOException {
16821682
.toPath(),
16831683
new File(
16841684
BaseTest.getResultDir()
1685-
+ "/samples/scripts/create-fmw-infrastructure-domain/common/createFMWDomain.py")
1685+
+ "/samples/scripts/create-fmw-infrastructure-domain/domain-home-on-pv/common/createFMWDomain.py")
16861686
.toPath(),
16871687
StandardCopyOption.REPLACE_EXISTING);
16881688
} else {
@@ -1721,7 +1721,7 @@ private String prepareCmdToCallCreateDomainScript(String outputDir) {
17211721
.append(" -k -i ");
17221722
} else if (domainMap.containsKey("rcuDatabaseURL")) {
17231723
createDomainScriptCmd.append(
1724-
"/samples/scripts/create-fmw-infrastructure-domain/create-domain.sh -v -i ");
1724+
"/samples/scripts/create-fmw-infrastructure-domain/domain-home-on-pv/create-domain.sh -v -i ");
17251725
} else {
17261726
createDomainScriptCmd.append(
17271727
"/samples/scripts/create-weblogic-domain/domain-home-on-pv/create-domain.sh -v -i ");

integration-tests/src/test/java/oracle/kubernetes/operator/utils/JrfDomain.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ private void updateDomainMapForJrf(boolean adminPortEnabled) throws Exception {
6969
if (adminPortEnabled) {
7070
String createDomainScript =
7171
BaseTest.getResultDir()
72-
+ "/samples/scripts/create-fmw-infrastructure-domain/wlst/create-domain-script.sh";
72+
+ "/samples/scripts/create-fmw-infrastructure-domain/domain-home-on-pv/wlst/create-domain-script.sh";
7373
TestUtils.replaceStringInFile(
7474
createDomainScript,
7575
"-managedNameBase ",

0 commit comments

Comments
 (0)