Tests Cleanup: Fix missing calls to setUpClass/tearDownClass.
[vpp.git] / test / test_string.py
index cfdec1f..667bdf0 100644 (file)
@@ -13,6 +13,10 @@ class TestString(VppTestCase):
     def setUpClass(cls):
         super(TestString, cls).setUpClass()
 
+    @classmethod
+    def tearDownClass(cls):
+        super(TestString, cls).tearDownClass()
+
     def setUp(self):
         super(TestString, self).setUp()