We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1935ce7 commit adf7ec2Copy full SHA for adf7ec2
integration-tests/src/test/java/oracle/kubernetes/operator/utils/Domain.java
@@ -872,8 +872,10 @@ protected void createPV() throws Exception {
872
String cmd =
873
BaseTest.getProjectRoot()
874
+ "/src/integration-tests/bash/krun.sh -m "
875
+ // + BaseTest.getPvRoot()
876
+ + "/scratch:/scratch -c \"ls -ltr /scratch "
877
+ BaseTest.getPvRoot()
- + ":/scratch -c \"ls -ltr /scratch\"";
878
+ + "\"";
879
logger.info("Check PVROOT by running " + cmd);
880
ExecResult result = TestUtils.exec(cmd);
881
logger.info("ls -ltr output " + result.stdout());
0 commit comments