aboutsummaryrefslogtreecommitdiffstats
path: root/functest/ci/exec_test.sh
diff options
context:
space:
mode:
authorNikolas Hermanns <nikolas.hermanns@ericsson.com>2017-01-24 14:43:51 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2017-02-03 09:53:55 +0100
commit6626f68e785e61de05bdafee68bafe14f66a78a7 (patch)
tree27fbf77e7169f9d8f4d7dfabbcd33f6df204267e /functest/ci/exec_test.sh
parent03d4b5ba821059c778d40484f190f2358b24a2a8 (diff)
Add netvirt to odl tests
For the odl test the default odl port is 8080. In netvirt this is the same as apex. Change-Id: I949510e4f7fb57bcf8ec01f69f7941c5d55c98e7 Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
Diffstat (limited to 'functest/ci/exec_test.sh')
-rwxr-xr-xfunctest/ci/exec_test.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/functest/ci/exec_test.sh b/functest/ci/exec_test.sh
index b288fe36..6a2b55a2 100755
--- a/functest/ci/exec_test.sh
+++ b/functest/ci/exec_test.sh
@@ -54,6 +54,10 @@ function odl_tests(){
odl_ip=$SDN_CONTROLLER_IP
odl_port=8081
odl_restport=8081
+ elif [ "$INSTALLER_TYPE" == "netvirt" ]; then
+ odl_ip=$SDN_CONTROLLER_IP
+ odl_port=8081
+ odl_restport=8081
elif [ "$INSTALLER_TYPE" == "joid" ]; then
odl_ip=$SDN_CONTROLLER
elif [ "$INSTALLER_TYPE" == "compass" ]; then