X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_sctp.py;h=e1faa9a0c1db2e738b2009a4049f51aa6656a485;hb=7f9b7f9f492d1748d8ba025b3a713058fdb1943d;hp=9680774819a83dd50faaf27b13845b30c49bd1da;hpb=2e1c8967faf4e9f7b45471df02e4e5b07fbb520a;p=vpp.git 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)