File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed
src/integration-tests/bash Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -740,9 +740,11 @@ function test_domain_creation {
740
740
verify_domain_created $DOM_KEY $OP_KEY
741
741
verify_managed_servers_ready $DOM_KEY
742
742
743
- # deploy_webapp_via_REST $DOM_KEY
744
- deploy_webapp_via_WLST $DOM_KEY
745
- verify_webapp_load_balancing $DOM_KEY 2
743
+ if [ ! " ${WERCKER} " = " true" ]; then
744
+ # deploy_webapp_via_REST $DOM_KEY
745
+ deploy_webapp_via_WLST $DOM_KEY
746
+ verify_webapp_load_balancing $DOM_KEY 2
747
+ fi
746
748
747
749
verify_admin_server_ext_service $DOM_KEY
748
750
@@ -1316,8 +1318,10 @@ function verify_service_and_pod_created {
1316
1318
fail " ERROR: pod $POD_NAME is not ready, exiting!"
1317
1319
fi
1318
1320
1319
- if [ " ${IS_ADMIN_SERVER} " = " true" ]; then
1320
- verify_wlst_access $DOM_KEY
1321
+ if [ ! " ${WERCKER} " = " true" ]; then
1322
+ if [ " ${IS_ADMIN_SERVER} " = " true" ]; then
1323
+ verify_wlst_access $DOM_KEY
1324
+ fi
1321
1325
fi
1322
1326
}
1323
1327
You can’t perform that action at this time.
0 commit comments