From c95798bd9e803a7ad98ed9056e6ddb1a8bbd2dc1 Mon Sep 17 00:00:00 2001 From: selias Date: Mon, 3 Apr 2017 11:03:24 +0200 Subject: [PATCH] HC Test: fix restconf binding configuration Change-Id: I7f0872cee5b49e64912b97cee99c859d921b68e1 Signed-off-by: selias --- resources/libraries/python/honeycomb/HoneycombSetup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6