diff options
-rwxr-xr-x | docker/run_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/run_tests.sh b/docker/run_tests.sh index d24a00948..8fab51f6e 100755 --- a/docker/run_tests.sh +++ b/docker/run_tests.sh @@ -63,7 +63,7 @@ function odl_tests(){ elif [ $INSTALLER_TYPE == "apex" ]; then : elif [ $INSTALLER_TYPE == "joid" ]; then - odl_ip=$(env | grep ODL_CONTROLLER | cut -f2 -d'=') + odl_ip=$(env | grep SDN_CONTROLLER | cut -f2 -d'=') neutron_ip=$(keystone catalog --service network | grep publicURL | cut -f3 -d"/" | cut -f1 -d":") odl_port=8080 : |