Tests Cleanup: Fix missing calls to setUpClass/tearDownClass.
[vpp.git] / test / test_lb.py
index 01af0e5..4c0bfad 100644 (file)
@@ -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: