Tests Cleanup: Fix missing calls to setUpClass/tearDownClass.
[vpp.git] / test / test_l2bd_multi_instance.py
index 67c2088..8ceec74 100644 (file)
@@ -128,6 +128,10 @@ class TestL2bdMultiInst(VppTestCase):
             super(TestL2bdMultiInst, cls).tearDownClass()
             raise
 
+    @classmethod
+    def tearDownClass(cls):
+        super(TestL2bdMultiInst, cls).tearDownClass()
+
     def setUp(self):
         """
         Clear trace and packet infos before running each test.