aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/python/honeycomb
diff options
context:
space:
mode:
authorselias <samelias@cisco.com>2017-05-05 13:43:05 +0200
committerselias <samelias@cisco.com>2017-05-05 13:43:05 +0200
commit3d279e4d68bbd94024bf739e71c872f18822a65d (patch)
tree5f44314d102f4ef22f673d45f769304ccc66fd36 /resources/libraries/python/honeycomb
parentadae22c83eb77a49a49f9ee50ef11c1a67239d4e (diff)
HC Test: update routing test keyword due to namespace changes
- changed in https://gerrit.fd.io/r/6303 Change-Id: If5fdfcf21c757f9199f168bfd044c7fefce87bef Signed-off-by: selias <samelias@cisco.com>
Diffstat (limited to 'resources/libraries/python/honeycomb')
-rw-r--r--resources/libraries/python/honeycomb/Routing.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/libraries/python/honeycomb/Routing.py b/resources/libraries/python/honeycomb/Routing.py
index a4d606bd5d..495e96e0fd 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"