update tests after ODL bump to Neon
[csit.git] / resources / libraries / python / honeycomb / BGP.py
index 37a9cb6..976e41d 100644 (file)
@@ -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))