X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2Fhoneycomb%2FRouting.py;h=4c6a3f205bc5e6689b467c451ed1efcf500a9ba2;hp=a4d606bd5d59649557b7b6859dea4acc51f926c2;hb=5a02dd13563a5c67e336f04eb526cbea206da29b;hpb=2659bfa861fd129b22b4769a9ed402517ef3db44 diff --git a/resources/libraries/python/honeycomb/Routing.py b/resources/libraries/python/honeycomb/Routing.py index a4d606bd5d..4c6a3f205b 100644 --- a/resources/libraries/python/honeycomb/Routing.py +++ b/resources/libraries/python/honeycomb/Routing.py @@ -92,7 +92,7 @@ class RoutingKeywords(object): if special: ip_version = "hc2vpp-ietf-{0}-unicast-routing:{0}".format( ip_version) - protocol = "vpp-routing-ra:vpp-protocol-attributes" + protocol = "vpp-routing:vpp-protocol-attributes" else: ip_version = ip_version protocol = "vpp-protocol-attributes" @@ -157,7 +157,7 @@ class RoutingKeywords(object): if status_code != HTTPCodes.OK: raise HoneycombError( "Not possible to get operational information about the " - "classify tables. Status code: {0}.".format(status_code)) + "routing tables. Status code: {0}.".format(status_code)) data = RoutingKeywords.clean_routing_oper_data( resp['routing-protocol'][0]['static-routes']