Tests Cleanup: Fix missing calls to setUpClass/tearDownClass.
[vpp.git] / test / test_classify_l2_acl.py
index fddaa0f..fb9e03b 100644 (file)
@@ -132,6 +132,10 @@ class TestClassifyAcl(VppTestCase):
             super(TestClassifyAcl, cls).tearDownClass()
             raise
 
+    @classmethod
+    def tearDownClass(cls):
+        super(TestClassifyAcl, cls).tearDownClass()
+
     def setUp(self):
         super(TestClassifyAcl, self).setUp()