File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
integration-tests/src/test/java/oracle/kubernetes/operator/utils Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1682,7 +1682,7 @@ private void copyCreateDomainPy() throws IOException {
1682
1682
.toPath (),
1683
1683
new File (
1684
1684
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" )
1686
1686
.toPath (),
1687
1687
StandardCopyOption .REPLACE_EXISTING );
1688
1688
} else {
@@ -1721,7 +1721,7 @@ private String prepareCmdToCallCreateDomainScript(String outputDir) {
1721
1721
.append (" -k -i " );
1722
1722
} else if (domainMap .containsKey ("rcuDatabaseURL" )) {
1723
1723
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 " );
1725
1725
} else {
1726
1726
createDomainScriptCmd .append (
1727
1727
"/samples/scripts/create-weblogic-domain/domain-home-on-pv/create-domain.sh -v -i " );
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ private void updateDomainMapForJrf(boolean adminPortEnabled) throws Exception {
69
69
if (adminPortEnabled ) {
70
70
String createDomainScript =
71
71
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" ;
73
73
TestUtils .replaceStringInFile (
74
74
createDomainScript ,
75
75
"-managedNameBase " ,
You can’t perform that action at this time.
0 commit comments