aboutsummaryrefslogtreecommitdiffstats
path: root/functest/opnfv_tests
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2017-01-19 08:49:15 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-01-19 08:49:15 +0000
commit2f4c59e5bfb58e2e01e8d413c8a4f0c5f7679bb0 (patch)
tree78ed245516d5911e648c557f48206be511fff67b /functest/opnfv_tests
parent14ace0223bcf2f0a6496cf3393418bf57f29883b (diff)
parenta8d85c1d790db37f43590f3790bf2c450bdfcc67 (diff)
Merge "Use 8081 for apex's restconfport robot variable"
Diffstat (limited to 'functest/opnfv_tests')
-rwxr-xr-xfunctest/opnfv_tests/sdn/odl/odl.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/functest/opnfv_tests/sdn/odl/odl.py b/functest/opnfv_tests/sdn/odl/odl.py
index 606d59a11..6d9a76640 100755
--- a/functest/opnfv_tests/sdn/odl/odl.py
+++ b/functest/opnfv_tests/sdn/odl/odl.py
@@ -162,6 +162,7 @@ class ODLTests(testcase_base.TestcaseBase):
elif installer_type == 'apex':
kwargs['odlip'] = os.environ['SDN_CONTROLLER_IP']
kwargs['odlwebport'] = '8081'
+ kwargs['odlrestconfport'] = '8081'
elif installer_type == 'joid':
kwargs['odlip'] = os.environ['SDN_CONTROLLER']
elif installer_type == 'compass':