Improve the error reporting for a IP multicast RPF miss.
[vpp.git] / test / test_lb.py
index ab9a209..e653b60 100644 (file)
@@ -142,7 +142,7 @@ class TestLB(VppTestCase):
         # is not completly biased.
         for asid in self.ass:
             if load[asid] < len(self.packets) / (len(self.ass) * 2):
-                self.log(
+                self.logger.error(
                     "ASS is not balanced: load[%d] = %d" % (asid, load[asid]))
                 raise Exception("Load Balancer algorithm is biased")