From 6626f68e785e61de05bdafee68bafe14f66a78a7 Mon Sep 17 00:00:00 2001 From: Nikolas Hermanns Date: Tue, 24 Jan 2017 14:43:51 +0100 Subject: 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 --- functest/ci/exec_test.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'functest/ci') 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 -- cgit 1.2.3-korg