summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAimee Ukasick <aimeeu.opensource@gmail.com>2017-05-16 16:44:54 -0500
committerAimee Ukasick <aimeeu.opensource@gmail.com>2017-05-16 16:44:54 -0500
commit17f00fb893377f13d59927c1a74e69cc3ec05c90 (patch)
tree203dba64b64f19e0217bbabdef82bac58af0cd8c /tests
parentae58751c8b259526a9af0a6d3595c0363e2a2a16 (diff)
Corrected web server address assignment.
Change-Id: I9753ad9f7d1daee63f31c81bf557d09fa98746db Signed-off-by: Aimee Ukasick <aimeeu.opensource@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/vHello_3Node_Tacker.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vHello_3Node_Tacker.sh b/tests/vHello_3Node_Tacker.sh
index 4a8f2bf..9c5ec19 100644
--- a/tests/vHello_3Node_Tacker.sh
+++ b/tests/vHello_3Node_Tacker.sh
@@ -309,7 +309,7 @@ start() {
echo "$0: $(date) get web server internal and LB addresses"
vdu_url[1]="http://${vdu_ip[1]}"
vdu_url[2]="http://${vdu_ip[2]}"
- vdu_url[3]="http://${vdu_ip[2]}"
+ vdu_url[3]="http://${vdu_ip[3]}"
apt-get install -y curl