aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_pipe.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_pipe.py')
-rw-r--r--test/test_pipe.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/test_pipe.py b/test/test_pipe.py
index 2c23bd04748..2d3c1ecd24c 100644
--- a/test/test_pipe.py
+++ b/test/test_pipe.py
@@ -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()