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 37b17fb commit 1935ce7Copy full SHA for 1935ce7
integration-tests/src/test/java/oracle/kubernetes/operator/utils/Domain.java
@@ -876,7 +876,7 @@ protected void createPV() throws Exception {
876
+ ":/scratch -c \"ls -ltr /scratch\"";
877
logger.info("Check PVROOT by running " + cmd);
878
ExecResult result = TestUtils.exec(cmd);
879
-
+ logger.info("ls -ltr output " + result.stdout());
880
// k8s job mounts PVROOT /scratch/<usr>/wl_k8s_test_results to /scratch, create PV/PVC
881
new PersistentVolume("/scratch/acceptance_test_pv/persistentVolume-" + domainUid, pvMap);
882
}
0 commit comments