diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2017-01-19 08:49:15 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-01-19 08:49:15 +0000 |
commit | 2f4c59e5bfb58e2e01e8d413c8a4f0c5f7679bb0 (patch) | |
tree | 78ed245516d5911e648c557f48206be511fff67b /functest/opnfv_tests | |
parent | 14ace0223bcf2f0a6496cf3393418bf57f29883b (diff) | |
parent | a8d85c1d790db37f43590f3790bf2c450bdfcc67 (diff) |
Merge "Use 8081 for apex's restconfport robot variable"
Diffstat (limited to 'functest/opnfv_tests')
-rwxr-xr-x | functest/opnfv_tests/sdn/odl/odl.py | 1 |
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 606d59a1..6d9a7664 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': |