diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/test_lb.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_lb.py b/test/test_lb.py index ab9a209638a..e653b60b0ab 100644 --- a/test/test_lb.py +++ b/test/test_lb.py @@ -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") |