aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_srv6.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_srv6.py')
-rw-r--r--test/test_srv6.py8
1 files changed, 6 insertions, 2 deletions
diff --git a/test/test_srv6.py b/test/test_srv6.py
index ed453b2ce96..de98ff28a03 100644
--- a/test/test_srv6.py
+++ b/test/test_srv6.py
@@ -24,8 +24,12 @@ class TestSRv6(VppTestCase):
""" SRv6 Test Case """
@classmethod
- def setUpClass(self):
- super(TestSRv6, self).setUpClass()
+ def setUpClass(cls):
+ super(TestSRv6, cls).setUpClass()
+
+ @classmethod
+ def tearDownClass(cls):
+ super(TestSRv6, cls).tearDownClass()
def setUp(self):
""" Perform test setup before each test case.