aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_lb.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_lb.py')
-rw-r--r--test/test_lb.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test_lb.py b/test/test_lb.py
index 01af0e56b5b..4c0bfadaccb 100644
--- a/test/test_lb.py
+++ b/test/test_lb.py
@@ -63,6 +63,10 @@ class TestLB(VppTestCase):
super(TestLB, cls).tearDownClass()
raise
+ @classmethod
+ def tearDownClass(cls):
+ super(TestLB, cls).tearDownClass()
+
def tearDown(self):
super(TestLB, self).tearDown()
if not self.vpp_dead: