summaryrefslogtreecommitdiffstats
path: root/test/test_srv6_ad.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_srv6_ad.py')
-rw-r--r--test/test_srv6_ad.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test_srv6_ad.py b/test/test_srv6_ad.py
index 40cc1906612..a788f1e4974 100644
--- a/test/test_srv6_ad.py
+++ b/test/test_srv6_ad.py
@@ -28,6 +28,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.
"""