summaryrefslogtreecommitdiffstats
path: root/ci/exec_test.sh
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2016-07-14 11:51:33 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2016-07-14 11:56:43 +0200
commit57d44d445189755d84dfb4abd50082900cb8811f (patch)
treed14025ed33a06c5a93de530db2620bddf997d68e /ci/exec_test.sh
parentb0bf2891fd6e7ad505be92c353bc795ac0559271 (diff)
Switch to $SDN_CONTROLLER_IP instead of $neutron_ip
ODL IP is now set to $SDN_CONTROLLER_IP in case of Apex and default. It follows the next patch [1]. [1] https://gerrit.opnfv.org/gerrit/#/c/16779/ Change-Id: I60238705e45ed31a67da1518ec586e3f2970c13f Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'ci/exec_test.sh')
-rwxr-xr-xci/exec_test.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/exec_test.sh b/ci/exec_test.sh
index dbf941087..351920027 100755
--- a/ci/exec_test.sh
+++ b/ci/exec_test.sh
@@ -48,7 +48,7 @@ function odl_tests(){
if [ "$INSTALLER_TYPE" == "fuel" ]; then
odl_port=8282
elif [ "$INSTALLER_TYPE" == "apex" ]; then
- :
+ odl_ip=$SDN_CONTROLLER_IP
elif [ "$INSTALLER_TYPE" == "joid" ]; then
odl_ip=$SDN_CONTROLLER
odl_port=8080
@@ -56,7 +56,7 @@ function odl_tests(){
elif [ "$INSTALLER_TYPE" == "compass" ]; then
:
else
- odl_ip=$SDN_CONTROLLER
+ odl_ip=$SDN_CONTROLLER_IP
odl_port=8080
fi
}