Tests Cleanup: Fix missing calls to setUpClass/tearDownClass.
[vpp.git] / test / test_pipe.py
index 2c23bd0..2d3c1ec 100644 (file)
@@ -58,6 +58,14 @@ class VppPipe(VppInterface):
 class TestPipe(VppTestCase):
     """ Pipes """
 
+    @classmethod
+    def setUpClass(cls):
+        super(TestPipe, cls).setUpClass()
+
+    @classmethod
+    def tearDownClass(cls):
+        super(TestPipe, cls).tearDownClass()
+
     def setUp(self):
         super(TestPipe, self).setUp()