HC Test: fix restconf binding configuration 02/6002/2
authorselias <samelias@cisco.com>
Mon, 3 Apr 2017 09:03:24 +0000 (11:03 +0200)
committerTibor Frank <tifrank@cisco.com>
Mon, 3 Apr 2017 09:32:08 +0000 (09:32 +0000)
Change-Id: I7f0872cee5b49e64912b97cee99c859d921b68e1
Signed-off-by: selias <samelias@cisco.com>
resources/libraries/python/honeycomb/HoneycombSetup.py

index 52257bf..871ade6 100644 (file)
@@ -239,7 +239,7 @@ class HoneycombSetup(object):
          :raises HoneycombError: If the configuration could not be changed.
          """
 
          :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
         try:
             IPv6Address(unicode(node["host"]))
             # if management IP of the node is in IPv6 format