File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
integration-tests/src/test
java/oracle/kubernetes/operator Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -151,10 +151,10 @@ public void testDomainOnPVUsingWLST() throws Exception {
151
151
try {
152
152
domain = TestUtils .createDomain (domainonpvwlstFile );
153
153
domain .verifyDomainCreated ();
154
- testBasicUseCases (domain );
155
- testAdvancedUseCasesForADomain (operator1 , domain );
154
+ // testBasicUseCases(domain);
155
+ // testAdvancedUseCasesForADomain(operator1, domain);
156
156
157
- if (!SMOKETEST ) domain .testWlsLivenessProbe ();
157
+ // if (!SMOKETEST) domain.testWlsLivenessProbe();
158
158
159
159
testCompletedSuccessfully = true ;
160
160
} finally {
Original file line number Diff line number Diff line change @@ -71,19 +71,19 @@ function state_dump {
71
71
local outfile=${DUMP_DIR} /archive_pv_run.out
72
72
$SCRIPTPATH /krun.sh -t 300 -d ${RESULT_DIR} -m " ${PV_ROOT} :/sharedparent" -c ' jar cf /sharedparent/pvarchive.jar /sharedparent/acceptance_test_pv' 2>&1 | tee ${outfile}
73
73
if [ " $? " = " 0" ]; then
74
- $SCRIPTPATH /krun.sh -t 300 -d ${RESULT_DIR} -m " ${PV_ROOT} :/sharedparent" -c ' base64 /sharedparent/pvarchive.jar' > $RESULT_ROOT /pvarchive.b64 2>&1
74
+ $SCRIPTPATH /krun.sh -t 300 -d ${RESULT_DIR} -m " ${PV_ROOT} :/sharedparent" -c ' base64 /sharedparent/pvarchive.jar' > $RESULT_DIR /pvarchive.b64 2>&1
75
75
if [ " $? " = " 0" ]; then
76
- base64 -di $RESULT_ROOT /pvarchive.b64 > $ARCHIVE
76
+ base64 -di $RESULT_DIR /pvarchive.b64 > $ARCHIVE
77
77
if [ " $? " = " 0" ]; then
78
78
echo Run complete. Archived to $ARCHIVE
79
79
else
80
80
echo Run failed.
81
81
fi
82
82
else
83
83
# command failed
84
- cat $RESULT_ROOT /pvarchive.b64 | head -30
84
+ cat $RESULT_DIR /pvarchive.b64 | head -30
85
85
fi
86
- # rm $RESULT_ROOT /pvarchive.b64
86
+ # rm $RESULT_DIR /pvarchive.b64
87
87
else
88
88
echo Job failed. See ${outfile} .
89
89
fi
You can’t perform that action at this time.
0 commit comments