diff options
author | Jose Lausuch <jose.lausuch@ericsson.com> | 2017-01-15 23:50:16 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-01-15 23:50:16 +0000 |
commit | 9277dab7fc82030a5f3d7b55ea7b2a741a51a8a3 (patch) | |
tree | 02a84620cd81eb04d54f10b19a37b91fc7a1734b /functest/opnfv_tests | |
parent | 3b4930952a84a57a8f2a3a73ae551b7805608a06 (diff) | |
parent | 21274b689a7482d1fc548e3995516193e74b7dc3 (diff) |
Merge "Fixes ODL rest port for Apex"
Diffstat (limited to 'functest/opnfv_tests')
-rwxr-xr-x | functest/opnfv_tests/sdn/odl/odl.py | 2 |
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 45b313d5..606d59a1 100755 --- a/functest/opnfv_tests/sdn/odl/odl.py +++ b/functest/opnfv_tests/sdn/odl/odl.py @@ -161,7 +161,7 @@ class ODLTests(testcase_base.TestcaseBase): kwargs['odlwebport'] = '8282' elif installer_type == 'apex': kwargs['odlip'] = os.environ['SDN_CONTROLLER_IP'] - kwargs['odlwebport'] = '8181' + kwargs['odlwebport'] = '8081' elif installer_type == 'joid': kwargs['odlip'] = os.environ['SDN_CONTROLLER'] elif installer_type == 'compass': |