From 40f43968c59bfc40d899cb87bc454af442f17191 Mon Sep 17 00:00:00 2001 From: Michal Cmarada Date: Tue, 9 Apr 2019 08:12:05 +0200 Subject: update tests after ODL bump to Neon Change-Id: Ia733ad304c51b28f2a945e570120821254077189 Signed-off-by: Michal Cmarada --- resources/libraries/python/honeycomb/BGP.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'resources/libraries/python/honeycomb') diff --git a/resources/libraries/python/honeycomb/BGP.py b/resources/libraries/python/honeycomb/BGP.py index 37a9cb6558..976e41d379 100644 --- a/resources/libraries/python/honeycomb/BGP.py +++ b/resources/libraries/python/honeycomb/BGP.py @@ -392,4 +392,5 @@ class BGPKeywords(object): for item in ref: if item not in data: raise HoneycombError( - "RIB entry {0} not found in operational data.") + "RIB entry {0} not found in operational data {1}." + .format(item, data)) -- cgit 1.2.3-korg