Skip to content

Commit c32ac55

Browse files
committed
fix path
1 parent ef12436 commit c32ac55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -878,7 +878,7 @@ protected void createPV() throws Exception {
878878
// + BaseTest.getPvRoot()
879879
+ "/scratch:/scratch -c \"ls -ltr /scratch "
880880
+ BaseTest.getPvRoot()
881-
+ "/scratch/acceptance_test_pv/persistentVolume-"
881+
+ "/acceptance_test_pv/persistentVolume-"
882882
+ domainUid
883883
+ "\"";
884884
logger.info("Check PVROOT by running " + cmd);

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public PersistentVolume(String dirPath, Map pvMap) throws Exception {
3131
BaseTest.getProjectRoot()
3232
+ "/src/integration-tests/bash/krun.sh -m "
3333
+ BaseTest.getPvRoot()
34-
+ ":/scratch -c \"mkdir -p "
34+
+ ":/scratch -t 60 -c \"mkdir -p "
3535
+ dirPath
3636
+ "\"";
3737
ExecResult result = ExecCommand.exec(cmd);

0 commit comments

Comments
 (0)