aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/python/honeycomb/Routing.py
diff options
context:
space:
mode:
authorselias <samelias@cisco.com>2017-09-29 15:31:06 +0200
committerselias <samelias@cisco.com>2017-10-11 15:48:59 +0200
commit5a02dd13563a5c67e336f04eb526cbea206da29b (patch)
treecd4806d4a3d1ea1502aee26a1d743c100262063a /resources/libraries/python/honeycomb/Routing.py
parentbdfca054d8425a57496cca8308da36c118b5340f (diff)
CSIT-811 HC Test: BGP tests - IPv4 CRUD
Tests configure BGP neighbor peers and simple routes for these peers. Change-Id: I5102986d710551a451e838d934cc9650bcd38a60 Signed-off-by: selias <samelias@cisco.com>
Diffstat (limited to 'resources/libraries/python/honeycomb/Routing.py')
-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 495e96e0fd..4c6a3f205b 100644
--- a/resources/libraries/python/honeycomb/Routing.py
+++ b/resources/libraries/python/honeycomb/Routing.py
@@ -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']