aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorselias <samelias@cisco.com>2017-04-03 11:03:24 +0200
committerTibor Frank <tifrank@cisco.com>2017-04-03 09:32:08 +0000
commitc95798bd9e803a7ad98ed9056e6ddb1a8bbd2dc1 (patch)
treeda27d06d187ba11600ad328f83427eeb80f2dbf3
parent312793e9e8bf93cdd464e7277cc108dcc82953e8 (diff)
HC Test: fix restconf binding configuration
Change-Id: I7f0872cee5b49e64912b97cee99c859d921b68e1 Signed-off-by: selias <samelias@cisco.com>
-rw-r--r--resources/libraries/python/honeycomb/HoneycombSetup.py2
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