diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2017-07-15 13:49:02 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-07-15 13:49:02 +0000 |
commit | ff80b6be1102f8b9b832e13aa7f7ce3e3ade164d (patch) | |
tree | 30a65d33f9d3dfa7b816166e61513c8cd7ce7beb /functest/opnfv_tests | |
parent | 78d54dcc2d1131b791c0a111595844ef4506823d (diff) | |
parent | e9bf31571bd6f852ba4190dd3af57fdf5105754e (diff) |
Merge "Correct odl port for compass installer"
Diffstat (limited to 'functest/opnfv_tests')
-rw-r--r-- | 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 ede0fc50..5724012c 100644 --- a/functest/opnfv_tests/sdn/odl/odl.py +++ b/functest/opnfv_tests/sdn/odl/odl.py @@ -234,7 +234,7 @@ class ODLTests(testcase.TestCase): elif installer_type == 'joid': kwargs['odlip'] = os.environ['SDN_CONTROLLER'] elif installer_type == 'compass': - kwargs['odlwebport'] = '8181' + kwargs['odlrestconfport'] = '8080' elif installer_type == 'daisy': kwargs['odlip'] = os.environ['SDN_CONTROLLER_IP'] kwargs['odlwebport'] = '8181' |