Tests Cleanup: Fix missing calls to setUpClass/tearDownClass.
[vpp.git] / test / test_abf.py
index e2f9745..1de36c9 100644 (file)
@@ -135,6 +135,14 @@ class VppAbfAttach(VppObject):
 class TestAbf(VppTestCase):
     """ ABF Test Case """
 
+    @classmethod
+    def setUpClass(cls):
+        super(TestAbf, cls).setUpClass()
+
+    @classmethod
+    def tearDownClass(cls):
+        super(TestAbf, cls).tearDownClass()
+
     def setUp(self):
         super(TestAbf, self).setUp()