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 {
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 " );
Original file line number Diff line number Diff 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 " ,
You can’t perform that action at this time.
0 commit comments