Skip to content

Commit 47f0913

Browse files
committed
Merge branch 'release/1.0' of https://github.com/oracle/weblogic-kubernetes-operator into release/1.0
2 parents 8f580bc + c17c878 commit 47f0913

File tree

1 file changed

+1
-1
lines changed
  • src/integration-tests/bash

1 file changed

+1
-1
lines changed

src/integration-tests/bash/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1161,6 +1161,7 @@ function verify_webapp_load_balancing {
11611161
local max_count=30
11621162
local wait_time=6
11631163
local count=0
1164+
local vheader="host: $DOMAIN_UID.$WL_CLUSTER_NAME"
11641165

11651166
while [ "${HTTP_RESPONSE}" != "200" -a $count -lt $max_count ] ; do
11661167
local count=`expr $count + 1`
@@ -1497,7 +1498,6 @@ EOF
14971498

14981499
mkdir -p $job_workspace
14991500
rsync -a $PROJECT_ROOT $job_workspace/weblogic-operator
1500-
rsync -a $M2_HOME/ $job_workspace/apache-maven
15011501
rsync -a $JAVA_HOME/ $job_workspace/java
15021502

15031503
cat <<EOF > $job_workspace/run_test.sh

0 commit comments

Comments
 (0)