summaryrefslogtreecommitdiffstats
path: root/test/test_bihash.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_bihash.py')
-rw-r--r--test/test_bihash.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test_bihash.py b/test/test_bihash.py
index 6ccf6c25123..e2256042e60 100644
--- a/test/test_bihash.py
+++ b/test/test_bihash.py
@@ -13,6 +13,10 @@ class TestBihash(VppTestCase):
def setUpClass(cls):
super(TestBihash, cls).setUpClass()
+ @classmethod
+ def tearDownClass(cls):
+ super(TestBihash, cls).tearDownClass()
+
def setUp(self):
super(TestBihash, self).setUp()