From: selias Date: Mon, 3 Apr 2017 09:03:24 +0000 (+0200) Subject: HC Test: fix restconf binding configuration X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=c95798bd9e803a7ad98ed9056e6ddb1a8bbd2dc1 HC Test: fix restconf binding configuration Change-Id: I7f0872cee5b49e64912b97cee99c859d921b68e1 Signed-off-by: selias --- 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