aboutsummaryrefslogtreecommitdiffstats
path: root/functest/opnfv_tests
diff options
context:
space:
mode:
authorJose Lausuch <jose.lausuch@ericsson.com>2017-02-06 10:47:38 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-02-06 10:47:38 +0000
commit50d5df866dca863106dd6b39457dbd22f8179e70 (patch)
tree2d374b882d7dfedb91070dfd6cd8f796c1fa50ff /functest/opnfv_tests
parent0088e1419c7ae725071bc70d4940ed52e9a65e8e (diff)
parent6626f68e785e61de05bdafee68bafe14f66a78a7 (diff)
Merge "Add netvirt to odl tests"
Diffstat (limited to 'functest/opnfv_tests')
-rwxr-xr-xfunctest/opnfv_tests/sdn/odl/odl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/opnfv_tests/sdn/odl/odl.py b/functest/opnfv_tests/sdn/odl/odl.py
index 9502be93f..250759572 100755
--- a/functest/opnfv_tests/sdn/odl/odl.py
+++ b/functest/opnfv_tests/sdn/odl/odl.py
@@ -164,7 +164,7 @@ class ODLTests(testcase_base.TestcaseBase):
kwargs['ospassword'] = os.environ['OS_PASSWORD']
if installer_type == 'fuel':
kwargs['odlwebport'] = '8282'
- elif installer_type == 'apex':
+ elif installer_type == 'apex' or installer_type == 'netvirt':
kwargs['odlip'] = os.environ['SDN_CONTROLLER_IP']
kwargs['odlwebport'] = '8081'
kwargs['odlrestconfport'] = '8081'