aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_srv6_as.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_srv6_as.py')
-rwxr-xr-xtest/test_srv6_as.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test_srv6_as.py b/test/test_srv6_as.py
index 6b8e23c8520..108fcdb5d27 100755
--- a/test/test_srv6_as.py
+++ b/test/test_srv6_as.py
@@ -27,6 +27,10 @@ class TestSRv6(VppTestCase):
def setUpClass(self):
super(TestSRv6, self).setUpClass()
+ @classmethod
+ def tearDownClass(cls):
+ super(TestSRv6, cls).tearDownClass()
+
def setUp(self):
""" Perform test setup before each test case.
"""