aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_sctp.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_sctp.py')
-rw-r--r--test/test_sctp.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test_sctp.py b/test/test_sctp.py
index 9680774819a..e1faa9a0c1d 100644
--- a/test/test_sctp.py
+++ b/test/test_sctp.py
@@ -13,6 +13,10 @@ class TestSCTP(VppTestCase):
def setUpClass(cls):
super(TestSCTP, cls).setUpClass()
+ @classmethod
+ def tearDownClass(cls):
+ super(TestSCTP, cls).tearDownClass()
+
def setUp(self):
super(TestSCTP, self).setUp()
self.vapi.session_enable_disable(is_enabled=1)