summaryrefslogtreecommitdiffstats
path: root/test/test_abf.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_abf.py')
-rw-r--r--test/test_abf.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/test_abf.py b/test/test_abf.py
index e2f97452642..1de36c92221 100644
--- a/test/test_abf.py
+++ b/test/test_abf.py
@@ -135,6 +135,14 @@ class VppAbfAttach(VppObject):
class TestAbf(VppTestCase):
""" ABF Test Case """
+ @classmethod
+ def setUpClass(cls):
+ super(TestAbf, cls).setUpClass()
+
+ @classmethod
+ def tearDownClass(cls):
+ super(TestAbf, cls).tearDownClass()
+
def setUp(self):
super(TestAbf, self).setUp()