X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_lb.py;h=4c0bfadaccb915842f989404cbe449b09e65d387;hb=7f9b7f9f492d1748d8ba025b3a713058fdb1943d;hp=01af0e56b5b00127a114d0e72ab4ec46ca9e84be;hpb=2e1c8967faf4e9f7b45471df02e4e5b07fbb520a;p=vpp.git 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: