diff options
author | selias <samelias@cisco.com> | 2017-04-03 11:03:24 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2017-04-03 09:32:08 +0000 |
commit | c95798bd9e803a7ad98ed9056e6ddb1a8bbd2dc1 (patch) | |
tree | da27d06d187ba11600ad328f83427eeb80f2dbf3 /resources/libraries/python | |
parent | 312793e9e8bf93cdd464e7277cc108dcc82953e8 (diff) |
HC Test: fix restconf binding configuration
Change-Id: I7f0872cee5b49e64912b97cee99c859d921b68e1
Signed-off-by: selias <samelias@cisco.com>
Diffstat (limited to 'resources/libraries/python')
-rw-r--r-- | resources/libraries/python/honeycomb/HoneycombSetup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/libraries/python/honeycomb/HoneycombSetup.py b/resources/libraries/python/honeycomb/HoneycombSetup.py index 52257bf1d0..871ade6887 100644 --- a/resources/libraries/python/honeycomb/HoneycombSetup.py +++ b/resources/libraries/python/honeycomb/HoneycombSetup.py @@ -239,7 +239,7 @@ class HoneycombSetup(object): :raises HoneycombError: If the configuration could not be changed. """ - find = "restconf-http-binding-address" + find = "restconf-binding-address" try: IPv6Address(unicode(node["host"])) # if management IP of the node is in IPv6 format |