Tests Cleanup: Fix missing calls to setUpClass/tearDownClass.
[vpp.git] / test / test_svs.py
index 563ed1a..b4e6722 100644 (file)
@@ -16,6 +16,14 @@ from vpp_papi import VppEnum
 class TestSVS(VppTestCase):
     """ SVS Test Case """
 
+    @classmethod
+    def setUpClass(cls):
+        super(TestSVS, cls).setUpClass()
+
+    @classmethod
+    def tearDownClass(cls):
+        super(TestSVS, cls).tearDownClass()
+
     def setUp(self):
         super(TestSVS, self).setUp()